Selenium script to automate Supreme purchases.
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.
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