Compare Prices of your favourite products across different websites. At the moment 4(Flipkart, Amazon, Croma, Ajio) but more websites coming soon.
Created using Selenium and Beautiful soup
Use ComapreIt in your local system
git clone https://github.com/toHarsh/CompareIt.git
cd CompareIt
pip install -r requirements.txtOpen the cloned folder in Jupyter Notebook(preferred) and hover over to CompareIt.ipynb
To use CompareIt follow the steps given below:
Step 1: Install a WebDriver according the browser you use
get more info from: https://www.selenium.dev/documentation/en/getting_started_with_webdriver/browsers/
Example: geckodriver.exe is for FireFox.
---
Step 2: Get the path of WebDriver accordingly
---
Step 3: Replace this code: D:\\geckodriver-v0.28.0-win64\\geckodriver.exe
with your WebDriver path.