Skip to content

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

Notifications You must be signed in to change notification settings

ywaf/newegg-stock-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages