A super simple bot/script that scrapes an Amazon product page to get a products price and send a Telegram chat message to a known chat id with an existing Telegram chat bot API.
- Clone this repo.
- Install with
npm install
- Change the
TELEGRAM_API_KEY
,TELEGRAM_CHAT_ID
,AMAZON_PRODUCT_ID
, andTARGET_PRICE
in theserver.ts
- Build the TypeScript with
tsc
- Run with NodeJS:
node ./dist/server.js
Follow the super-simple steps here at https://dev.to/rgthree/personal-telegram-bot-for-alerting-your-phone-w-o-code-1oih
I make no guarantees that this will work for you, any particular product, or that the external services will not rate limit or block your requests, etc.