Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 804 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 804 Bytes

Amazon Price Tracker v3.2

An amazon price tracker that will send you alerts when an item goes below your target price.

Features

  • 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

Installation

Dependencies

  • Use pip install -r requirements.txt to install the required packages

From Source

  • Clone from this repository
  • Go into settings.py and fill in the appropriate fields
  • Make sure to store your password in sender_password.key

The Road Ahead

  • 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