Python script for the POOR
Say you have a bunch of products in your Amazon cart. The price of such products varies so much that you end up checking them every now and then. It’s such a pain to keep track of the prices of each one of them individually.
Here is how a small script can simplify this process, once you feed it the product link, it looks for the product online and notifies you through the mail if its price falls well below the price you have set.
Sounds good? Now let’s get this working.
To get the script running, you need to have python installed in your system.
- Clone this repo to your pc.
- Extract the zip file. Install the requirements file by this command :
pip install -r requirements.txt
- Open the python file. Add the desired product url and desired price.
- Configure the mail so the script can send you a notification(Steps given inside the code).
- Finally run the script by the command:
python amazon-tracker.py
Now you may try automating the script by running it every few hours or every other day. This post may help you do that.
Hope you will never miss another deal.
Still in trouble, hit me up.
Read other posts