Skip to content

a Selenium powered python program to handle autobuying of "deals". Part of the tf2ez project.

Notifications You must be signed in to change notification settings

spookytf/stf-scrape_tf2ez-pybuy

Repository files navigation

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

About

a Selenium powered python program to handle autobuying of "deals". Part of the tf2ez project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published