An open API service indexing awesome lists of open source software.

https://github.com/koushikphy/tele-price-tracker

A Telegram bot that keeps track of prices for your products.
https://github.com/koushikphy/tele-price-tracker

asyncio bs4 flipkart online-shop pytelegrambotapi python python-telegram python-telegram-bot python3 telegram telegram-bot webscraper webscraping

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          


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](https://t.me/telepricetrackerbot) 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
1. Setup the environment using the `Pipfile`
1. Start the bot with `pipenv run bot`