ChankitSaini / botstatus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Botstatus

Easy & powerful bot to check if your all Telegram bots are working or not. This bot status bot refreshes automatically & runs for 24x7 hours.

made-with-python
Stars Forks Watchers
License Repository Size Contributors Issues

Config Vars

  1. API_ID : Telegram API_ID, get it from my.telegram.org/apps
  2. API_HASH : Telegram API_ID, get it from my.telegram.org/apps
  3. SESSION_NAME : A valid Pyrogram session name
  4. BOT_LIST : Your bot username list without '@' (Example: QuizBot)
  5. CHANNEL_OR_GROUP_ID : Your channel's or group's Telegram id (Example: -1001246xxxxx)
  6. MESSAGE_ID : Telegram id of message from your channel or group (Example: 10)
  7. BOT_ADMIN_IDS : Bot admin(s) id(s) (Example: 13579xxx 246809xxxx 357xxxxxx) - Not Required!
  8. TIME_ZONE: Your time zone (Example: Asia/Kolkata)

Deployment Methods

Heroku

Deploy

Credits

About

License:MIT License


Languages

Language:Python 98.9%Language:Procfile 1.1%