Detects if a product is back in stock and will notify on Discord using webhook
This uses the selenium webdriver for javascript websites(BESTBUY) to load in a headless browser.
I tried my best to add comments but if something needs better explination please let me know.
Must have these: Python Firefox, Geckodriver
pip install
- selenium
- requests
- bs4
python main.py
If you want to use this on a server that only has a Command Line Interface refer to: Run Selenium Firefox Without GUI