Auronus92 / Supreme-Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supreme Bot

Selenium script to automate Supreme purchases.

Installation

Use the package manager pip to install the required packages.

pip install -r requirements.txt

Check your system's Chrome version, and download and add the WebDriver to the directory accordingly.

Usage

Update config.py with the right information.

product_type = "sweatshirts" # eg, sweatshirts, shirts, jackets
product_name = "crossover hooded sweatshirt"
product_colour = "Black"   
size = "Small"

Run on terminal:

python supreme.py

About


Languages

Language:Python 100.0%