Member-only story
Build a website that can track the Amazon/Flipkart product prices using Python
The website sends an email when the price of the product dropped down
Published in
5 min readSep 29, 2020
What we are going to build
How we are going to build
To build this we are going to use web scraping to scrape data(name of the product, price) from Amazon and Flipkart, after that we are going to compare the price with the user desired price and if the price is lesser than the user required price than we are going to send an email looks like this…
Topics We Learn from the project
- Web Scraping
- Pause and Start the execution time of a program
- Creating a flask app
- Creating templates
- Working with CSV