Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagrit007/python-amazon_price_tracker
Amazon price tracker based on Python. Goal is to notify via various services like Telegram, Email [WIP]
https://github.com/jagrit007/python-amazon_price_tracker
amazon
Last synced: 4 days ago
JSON representation
Amazon price tracker based on Python. Goal is to notify via various services like Telegram, Email [WIP]
- Host: GitHub
- URL: https://github.com/jagrit007/python-amazon_price_tracker
- Owner: jagrit007
- Created: 2024-03-17T13:18:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T15:21:25.000Z (10 months ago)
- Last Synced: 2024-11-17T20:54:30.237Z (2 months ago)
- Topics: amazon
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💰 Amazon Price Tracker [WIP]
Track product prices on Amazon and get alerts via Telegram channel/bot or email based alerts. **WORK IN PROGRESS** 🧑🏻💻✍🏻
## Screenshot![Screenshot Description](https://github.com/jagrit007/python-Amazon_Price_Tracker/blob/main/screenshots/console.png)
## Features
## Getting Started
### Prerequisites
### Installation
### Cloning the Repository
```bash
git clone https://github.com/jagrit007/python-Amazon_Price_Tracker
cd python-Amazon_Price_Tracker
```### Installing Requirements
```bash
pip install -r requirements.txt
```### Running the Application
```bash
python3 -m AmazonApp
```---