Skip to content

This is a Python Flask App that could track the price of Amazon products!

License

Notifications You must be signed in to change notification settings

donaldzou/Python-Amazon-Price-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Amazon Price Tracker

This is a Python Flask App that could track the price of Amazon products! It could work with any Amazon site (.cn, .jp, .com...). Frontend is powered by jQuery and Bootstrap. When there is a price drop, there will be Desktop Notification and also On website notification.

Tracking

Example Image

Price Dropped Notification

Notification Image

Dependencies

  • Python
    • TinyDB
    • Flask
    • Beautiful Soup 4
  • Front End
    • jQuery
    • Bootstrap
    • Push.js

Install & Run

  1. Clone this git
  2. Run python3 -m pip install -r requirements.txt
  3. After finishing install dependencies, run python3 tracker_server.py
  4. Accese the server with http://127.0.0.1:10086
  5. Happy tracking!