An amazon price tracker that will send you alerts when an item goes below your target price.
- You can track multiple different items at the same time
- You can set your own target price for each item being tracked
- Prices of each item are graphed and saved as PNGs
- Alerts will be sent to you via email and/or text
- Use
pip install -r requirements.txt
to install the required packages
- Clone from this repository
- Go into
settings.py
and fill in the appropriate fields - Make sure to store your password in
sender_password.key
- Add feature to remove items from the tracking list
- Add a GUI
- Turn this project into a client/server app with a user authentication system