This script will send you an email when the price for specific items you followed on Amazon drops beneath a certain price you set.
You can parse the price without Amazon API !
$ pip install -r requirements.txt
$ python amazon.py
Get url from your amazon of your location. For example : URL of Amazon IN is https://www.amazon.in/dp/...
You need to put the price at which you would like to buy
Enter email address of which you have access as mail will be sent when price drops below your expected price
$ git clone https://github.com/<your-github-username>/Amazon-Price-Drop-Alert.git
$ cd Amazon-Price-Drop-Alert
$ git remote add upstream https://github.com/harshsbais/Amazon-Price-Drop-Alert.git
$ pip install -r requirements.txt
$ cd App
$ python amazon.py
This code use some skill preventing banned by Amazon. However, the best interval time between each time of price checking is around 15 minutes.
There may be two problem of it.
Your IP was banned by Amazon
The item selector changed
Python 3
BS4
PyQtWebEngine
SMTPlib
lxml
Webdriver-Manager
Selenium
** Script running in background for long and checking after every 1 hour **
** Complete standalone GUI app for MacOS and later for Windows **
** Mail will include a graph of price using matplotlib **