https://github.com/donaldzou/python-amazon-price-tracker
This is a Python Flask App that could track the price of Amazon products!
https://github.com/donaldzou/python-amazon-price-tracker
amazon flask price-tracker python3
Last synced: 6 months ago
JSON representation
This is a Python Flask App that could track the price of Amazon products!
- Host: GitHub
- URL: https://github.com/donaldzou/python-amazon-price-tracker
- Owner: donaldzou
- License: mit
- Created: 2020-08-08T03:46:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T19:18:12.000Z (about 5 years ago)
- Last Synced: 2025-04-15T15:04:45.315Z (6 months ago)
- Topics: amazon, flask, price-tracker, python3
- Language: HTML
- Homepage:
- Size: 554 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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**

**Price Dropped Notification**

# 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!