Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.49 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.49 KB

stf-scrape_tf2ez-pybuy

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

Prerequisites

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

Installation

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

Configuration

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.

banner-logo
spooky.tf
ALL RIGHTS RESERVED