Skip to content

A simple Python project that tracks the price of a given product on the Amazon website and sends e-mail alerts whenever the price goes down below an established threshold

License

Notifications You must be signed in to change notification settings

grevinetto/PriceTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PriceTracker

A simple Python project that tracks the price of a given product on the Amazon website and sends e-mail alerts whenever the price goes down below an established threshold.

You will need to estabilish the threshold price and product url (on main.py) as well as some informations like your HTTP headers (on tracker.py), the sender and recipient emails, smtp address, port and your e-mail password (on mailalert.py). I recommend you use environment variables in order to keep your sensitive informations safe.

In the future, I'd like to add a little script that makes this code run on an estabilished frequency in order to keep tracking the price discounts, as well as a GUI to input the target price, url and other necessary data.

About

A simple Python project that tracks the price of a given product on the Amazon website and sends e-mail alerts whenever the price goes down below an established threshold

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages