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

https://github.com/dotangad/amazon-tg-bot

A Telegram bot to automatically send Amazon price notifications.
https://github.com/dotangad/amazon-tg-bot

Last synced: 10 months ago
JSON representation

A Telegram bot to automatically send Amazon price notifications.

Awesome Lists containing this project

README

          

# Amazon Price Tracker

Heavily inspired by [leon-sleepinglion/price-monitoring-telegram-bot](https://github.com/leon-sleepinglion/price-monitoring-telegram-bot/).

## Setup

1. Fill out .env

```
TOKEN=
CHAT_ID=
```

2. Add your URLs to main.py

```python
items = [
'Sony-WH-1000XM4-Cancelling-Headphones-Bluetooth/dp/B0863TXGM3/'
]
```

3. Add the script to your crontab

```sh
crontab -e
```