A Python application that tracks the Prices of an Amazon Product and sends an email every time there is a price drop.
This Project is implemented in Python to track price drop in a specified product which later then notifies you through an email.
First, You have to use this command
pip install requests bs4
To install those modules.
To run this project:
1. You need to have an App password connected to your Gmail account and replace the password with your password and your Email-id respectively.
2. Then you need to know your User-Agent Id to know your unique Computer System Id.
3. Paste the URL of your Amazon Product
After compiling, you will receive an email whenever the product has a price drop in the specified given Email-Id.
Submitted by Swetha Sukumar (swethasukumar)
Download packets of source code on Coders Packet
Comments