/Real-time-price-compare

Real time price compare

Primary LanguagePython

Real-time-price-compare

**NOTE- Please update the Class tag and ID tag.

Most sites that compare the price of products on different e-commerce websites tend to store data in database/json files which makes a price comparison site pretty heavy.
This project provides the Real time analysis of products on flipkart and amazon. It uses web scraping to extract data and deploy without using databases or json files.

Requirements

1. Flask

2. requests

3. bs4

4. Selenium

Newly added Selenium needs ChromeDrivers to be downloaded and the path to be setup (refer to the youtube link ). The version of ChromeDrivers used in the project is uploaded.

Running Locally on system

git clone https://github.com/Shikhar0051/Real-time-price-compare.git 

Install from requirements.txt file

pip install -r requirements.txt

It is always preferable to use a good IDE to run a project like this. Still if you prefer cmd open the directory containing "set.py" file

python set.py

Open the provided localhost link in a broswer of your choice.