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.
- Host: GitHub
- URL: https://github.com/koushikphy/tele-price-tracker
- Owner: Koushikphy
- Created: 2022-08-21T15:09:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-28T02:45:16.000Z (over 3 years ago)
- Last Synced: 2025-01-13T20:30:59.983Z (over 1 year ago)
- Topics: asyncio, bs4, flipkart, online-shop, pytelegrambotapi, python, python-telegram, python-telegram-bot, python3, telegram, telegram-bot, webscraper, webscraping
- Language: Python
- Homepage: https://t.me/telepricetrackerbot
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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`