/newegg-stock-checker

A simple script to check newegg stock for an item at variable times then send a notification to a discord webhook

Primary LanguagePython

UPDATE

might not work in 2022 because of neweggs increased bot protection.

newegg-stock-checker

A simple script to check newegg stock for an item at variable times then send a notification to a discord webhook

Setup

Change the webhook URL and interval time (minutes) in main.py to your own

Usage

python3 main.py

Modules Needed

bs4 requests os time

Install Command

pip3 install bs4 requests or pip install bs4 requests