/amazon-tg-bot

A Telegram bot to automatically send Amazon price notifications.

Primary LanguagePython

Amazon Price Tracker

Heavily inspired by leon-sleepinglion/price-monitoring-telegram-bot.

Setup

  1. Fill out .env
TOKEN=
CHAT_ID=
  1. Add your URLs to main.py
items = [
    'Sony-WH-1000XM4-Cancelling-Headphones-Bluetooth/dp/B0863TXGM3/'
]
  1. Add the script to your crontab
crontab -e