Price Tracker Telegram Bot
What is PRICE-TRACKER?
It is a Telegram bot that can track price of Amazon & Flipkart products (Soon more).
Features:
- Notify on any price change.
How To Use?
- /start - Start the bot
- /help - get this message.
- /track {Product Link} - Add product to tracking list.
- /stop_{Tracking ID} - Stop tracking.
- /list - Get list of products that are being tracked.
Deployment:
Pre-requisites (Config):
- ADMINS (req): Telegram IDs of bot admins separated by space
- BOT_TOKEN (req): Telegram Bot Token. Get it from https://t.me/botfather<br>
- DB_URL (req): MongoDb database url. Get it from https://www.mongodb.com<br>
- WORKER_URL (req): Paste worker.js code to Cloudfare Wrokers and get url
- API_KEY (opt): Random secret key to use API
- LIMIT (req): Maximum number of products can be added by a user at a time<br>