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.
- Host: GitHub
- URL: https://github.com/dotangad/amazon-tg-bot
- Owner: dotangad
- Created: 2021-06-01T16:25:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T23:06:33.000Z (about 2 years ago)
- Last Synced: 2025-04-09T03:11:33.319Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```