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