Skip to content

Koushikphy/Tele-Price-Tracker

Repository files navigation

Tele Price Tracker Bot

A Telegram bot that keeps track of prices for your products.


Usage:

Send a link to the Tele Price Tracker Bot and this bot will keep track the price for you and notify you when the price drops. Currently, it works only on Flipkart products.

Setting up your own bot:

  1. Create a .env file and put the following environment variables:
    1. TOKEN - Telegram bot token
    2. ADMIN - Admin's telegram user id
    3. DATABASE_URL - Database URL, just file name if using sqlite
  2. Setup the environment using the Pipfile
  3. Start the bot with pipenv run bot