This project automatically monitors the price of an Amazon product and sends an alert to Telegram whenever the value drops below a defined threshold. It’s a lightweight and practical solution for tracking deals without manually checking the product page.
The system accesses the Amazon product page, extracts the product name and current price, and compares that value with a configured target price. When the price is equal to or lower than the threshold, an alert is sent to Telegram containing:
- Product name
- Current price
- Formatted message
- Button to open the product directly on Amazon
Notifications are sent through a configured Telegram bot with:
- Bot token
- Chat ID where the message will be delivered
- Markdown‐formatted message
- Interactive button for quick access to the product
The alert includes a visual header, the product name without unnecessary spacing, and the updated price.
The project retrieves:
- Product name
- Price displayed on the page
- Numeric value converted for comparison
The information is collected directly from the product page, ensuring the alert always reflects the most recent price.
Se quiseres, também posso criar uma descrição curta ou tópicos para GitHub, como short repo description ou GitHub topics.