A web scraping application made in python, that tracks the price of desired product on Amazon. It checks (every 24 hours, periodically) if the product's price has fallen down to desired ammount & notifies user.
- Clone this project from github:
git clone https://github.com/Jaishreebala/Amazon-Price-Tracker.git
- Create a
.env
file and add your user agent asUSER_AGENT
and create your own hash ashash
. Your .env file should look something like this:USER_AGENT = <Your User Agent> HASH = <Secret hash (basically some random letters)>