This is a simple price tracker app using python that regularly compares the prices of your favorite stuff on amazon and sends you a customized notification email to tell you if the prices fell down. This uses python and implements beautiful soup, smtplib, time and requests modules and libraries.
pip install -r requirements.txt
After installed required package, you can use it by
python amazon_scraper.py
1. Google Mail
Get url from your amazon of you location. For example : URL of Amazon IN is https://www.amazon.in/dp/...
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_Scraper.py
Enter all information in the amazon_scraper.py file.
Push the button and let the magic happen.
The libraries, modules and other tools referred during this task are as follows: