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.
Time, Validators, Pandas, OS, Warnings, BS4 & Requests
- To insert FlipKart, Ajio, Meesho and many other ecommerce websites.
- Create a delete all command which clears all the items in just one command.
- 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.
- Insert the selenium library to help with dynamic webpage.
- Convert into webapp using StreamLit.