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
After installed required package, you can use it by
python amazon.py
1. Google Mail
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
After installing all the dependencies run amazon.py
Enter all information
Push the button and let the magic happen.
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.
1.Your ip was banned by Amazon
Change your IP or wait for unban.
2.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 **