/nike-bot

Python automation script to buy new release shoes from Nike's website.

Primary LanguagePythonMIT LicenseMIT

Nike/Snkrs Bot

A python automation script to buy new release snkrs from Nike's website.

Instalation:

In order to use this script you will need to have Python 3 installed in your machine as well as set in the PATH, then you just need to clone this repository, install the requirements and you are free to go 🎉 :

# clone the repository
git clone https://github.com/guiguat/nike-bot

# go inside the cloned folder
cd nike-bot

#install the requirements
pip install -r requirements.txt

Usage:

python run.py [-b | --browser <browser name>] [-e | --email <email>] [-p | --password <password>] [-s | --size <size1>,<size2>] [...optional]

optional: [-n | --name <snkr name>]

Made with ♥ by Guilherme Guatura & Iuri Corrêa