What we are going to build

Image for post

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…

Image for post

Topics We Learn from the project

  1. Web Scraping
  2. Pause and Start the execution time of a program
  3. Creating a flask app
  4. Creating templates
  5. Working with CSV

Things We Need to build it

  1. Python ≥3.6
  2. Visual Studio Code
  3. Packages
pip install flask,BeautifulSoup,requests

Let’s start,

#flask #price-tracking #python #web-scraping

How to Build a Website that can track the Amazon/Flipkart product prices with Python
27.80 GEEK