A Telegram bot that can track price of Amazon & flipkart products (more coming soon)
- Track Amazon Product.
- Track Flipkart Product.
- Notify on every price change.
- Broadcast (Admin).
- API support.
To use this bot in your Telegram, click here
/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
NOTE - We're now using https proxy for sending requests. So add your proxy url in env as PROXY
Deploy locally:
- Clone Repository
- Install Dependencies (npm install)
- Create .env file and fill it with your details.
- Start App (npm start)
Setup bot: Get your deployment url and navigate to {YOUR_DEPLOYMENT_URL}/setup
Example: https://price-tracker.herokuapp.com/setup
=> Replace https://price-tracker.herokuapp.com/
with your deployment url.
- Do not clone this repo (You can fork it instead)
- Use this bot at your own risk
- This bot can be a little bit slow because of using Cloudflare workers for scraping product data
(To avoid IP blocking from Amazon & Flipkart)