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

Abhay Parashar
The Pythoneers
5 min readSep 29, 2020

--

What we are going to build

“Image by author”

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 By Author”

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

--

--

The Pythoneers
The Pythoneers

Published in The Pythoneers

Your home for innovative tech stories about Python and its limitless possibilities. Discover, learn, and get inspired.

Abhay Parashar
Abhay Parashar

Written by Abhay Parashar

Guarding Systems by Day 👨‍💻, Crafting Stories by Night ✍🏼, Weaving Code by Starlight 🤖

Responses (1)