Nike SNKRS monitor
Clone the project
git clone https://github.com/niewiemczego/nike-stock-monitor
Go to the project directory
cd nike-stock-monitor
Install dependencies
pip install -r requirements.txt
Open example_runner.py
and add/edit/remove countries and webhook urls from monitors dict.
Also if you want to change webhook footer/name etc, you can do it in webhook.py file.
In countries.py file you can check if your country is available to be runned. If your country is not located in the file then most likely it uses different nike API which will be added soon...