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.

Installation
pip install -r requirements.txt
After installed required package, you can use it by
python amazon_scraper.py
Required Accounts
1. Google Mail
url
Get url from your amazon of you location. For example : URL of Amazon IN is https://www.amazon.in/dp/...
YOUR EMAIL ADDRESS
Enter email address of which you have access as mail will be sent when price drops below your expected price
How to run python script?
Step 1.
After installing all the dependencies run amazon_Scraper.py
Step 2.
Enter all information in the amazon_scraper.py file.
Step 3.
Push the button and let the magic happen.
The libraries, modules and other tools referred during this task are as follows:
Send mail from your Gmail account using Python
Price Tracker using Python
Built With
- beautiful-soup
- python
- requests
- smtplib
- webscraping
Log in or sign up for Devpost to join the conversation.