Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 479 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 479 Bytes

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