This is a Python-based scraper for purchasing undervalued items on tf2easy.com. The application is designed to communicate with stf-scrape_tf2ez using rabbitmq.
Written by @Osc44r on GitHub, software developer at SpookyTF
To use stf-scrape_tf2ez-pybuy, you must have the following:
- Python 3.7 or higher
- An active account on tf2easy.com
- A rabbitmq instance to connect to
- A user on that instance with username and password
- A Discord text channel with webhook link
To install stf-scrape_tf2ez-pybuy, simply clone the repository to your local machine:
git clone https://github.com/your-username/stf-scrape_tf2ez-pybuy.git
The config.ini file contains only one option under [LOGIN]:
method = cookie/steam
If you select cookie, you will need to add the laravel_session cookie in the .env file. However, it will not require steam login every time you launch the program. Selecting steam will do the opposite.
You will also need to create a .env file in the following format:
PIKA_HOST=
PIKA_PORT=
PIKA_USERNAME=
PIKA_PASSWORD=
LOGIN_COOKIE=
WEBHOOK_LINK=
If you have any questions or require further assistance, please feel free to contact the project owner.
