This Telegram Bot monitors Instant Gaming items prices and notifies you on Telegram if the price drops.
Bot username on Telegram is: @instantgaming_tracker_bot
.
The following environment variables are needed to start the bot:
TOKEN
: Telegram bot tokenSLEEP_INTERVAL
: the interval used by the bot to poll Instant GamingDB_TYPE
: the database type to use. Value can be eitherpostgresql
orsqlite
DATABASE_URL
: postgresql database connection stringLOG_LEVEL
/start - Start the bot.
/help - Help message.
/search - Search for URLs to track by keyword
/add - Add a new target url to track with a price.
/update - Update an existing target url to track with a different price.
/delete - Delete a tracked target.
/list - List all the tracked targets.