Skip to content

Looks through products on a webpage and opens a browser when searched product becomes available.

License

Notifications You must be signed in to change notification settings

chazix/notify-instock

Repository files navigation

notify-instock

Looks through products on a webpage and opens a browser when searched product becomes available.

How to Setup

How to Commands (using python)

  • python3 ./src/escraper.py -ne -s "rtx 3080" -aq "&N=100007709&isdeptsrh=1"
  • Searches NewEgg for rtx 3080, with desktop graphics card filter query parameter

Parameter Description

  • python3 ./src/escraper.py --help

Information

This doesn't automate purchase flow. It monitors newegg and checks to see when the first product becomes available. Once it is determined available, the default web browser will open the url to the product. Depending on demand and time, the automation can be implemented on other sites.

We're in this together. Feel free to contribute!

Features

  • Monitors NewEgg listings every 60 seconds
  • Opens browser to first available product
  • Stops when a product is determined available
  • Brings up browser with captcha to manually solve if detected (you may need to restart script after solve)

About

Looks through products on a webpage and opens a browser when searched product becomes available.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages