might not work in 2022 because of neweggs increased bot protection.
A simple script to check newegg stock for an item at variable times then send a notification to a discord webhook
Change the webhook URL and interval time (minutes) in main.py
to your own
python3 main.py
bs4 requests os time
Install Command
pip3 install bs4 requests
or
pip install bs4 requests