Skip to content

KshavCode/Price-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PRICE TRACKER πŸ’²

An easy to understand program which uses the concept of Web Scraping to extract the price of an item available on AMAZON.IN, and store it in a csv file. It asks for a unique name and item link, then does the needful. As the prices are stored inside a csv file, one can look it up and observe the price change.This repository has a folder 'file' which is necessary for the program run.

However, don't run the program again and again otherwise, there is a high chance of getting blocked by the servers. Make sure there is a gap of 1-3 hours in between of every usage.

Required Packages πŸ’»

Time, Validators, Pandas, OS, Warnings, BS4 & Requests

Future Plans πŸͺ

  1. To insert FlipKart, Ajio, Meesho and many other ecommerce websites.
  2. Create a delete all command which clears all the items in just one command.
  3. Another program which plots a graph using matplotlib so that analysis can be done on the price of the item. Thus, knowing about when does this item costs much less in an year.
  4. Insert the selenium library to help with dynamic webpage.
  5. Convert into webapp using StreamLit.