Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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]

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
```

---