Skip to content

Bot that checks Newegg's stock and notifies the user if a specified item is available

Notifications You must be signed in to change notification settings

zanedma/Newegg-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Newegg-scraper

Bot that checks Newegg's stock and notifies the user via email if specified item(s) are available

Requirements

  • Python 3
  • Google API python client
    • pip3 install --upgrade google-api-python-client
    • pip install --upgrade google-api-python-client
  • BeautifulSoup 4
    • pip install beautifulsoup4

Usage

python scraper.py <email> <link1> <link2>...

Where:

  • email is the email address to send in stock notifications
  • link1 - linkn are links to Newegg product pages to check if they are in stock

About

Bot that checks Newegg's stock and notifies the user if a specified item is available

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages