A simple script in python alerting a new shoe launch in Footlocker.co.il using a discord webhook.
- Install the required libraries using
pip install -r /path/to/requirements.txt - Paste your discord webhook under the global variable WEBHOOKURL in line 6. How to create discord webhook can be found here
- Run it in the background
For detailed explanation look Here
The script is checking for changes in the amount of released stock using the api responsible for stock. If a change is occuring, it will send an alert to the discord channel notifying everyone that is in the channel using @all with descriptive image and url to purchase the item.