AmazonScrapper

The Following code will scrap the amazon indian site for price of the item you searched.

Usage

-> Clone the Repository.
-> cd AmazonScrapper.
-> Start Virtual Environment using:
source venv/bin/activate
-> Install the dependencies using:
pip3 install -r requirements.txt
-> Make a Directory named reports using the command:
mkdir reports
-> Run the Code using:
python3 simple_tracker.py -> Enter the Product name and Filters and wait.
-> Once the code execution is complete traverse to report directory.
-> You will get your result report in .json format.
cat Filename.json to print the data