HereWeGo-Again / BotsStatusChecker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status Checker Userbot

check your bot status automatically using userbot, simply and easy.

Mandatory 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_STRING : A pyrogram session string
  4. BOT_LIST : Your bot username list without "@" (Example: MakhusicBot OceanThiefBot)
  5. CHANNEL_OR_GROUP_ID : Your channel's or group's Telegram id (Example: -1001246808642)
  6. MESSAGE_ID : Telegram id of message from your channel or group (Example: 10)
  7. BOT_ADMIN_IDS : Bot admin id (Example: 123456 127890) ~ optional
  8. TIME_ZONE: Your time zone (Example: Asia/Kolkata)
  9. CHECK_DELAY: Delay between each check in seconds (Example: 3600)

Installation

Use This branch if you are using pyrogram version 1

The Easy Way

Tap the Deploy To Heroku button below to deploy straight to Heroku!

Deploy

The Hard Way

git clone --single-branch --branch main https://github.com/M4hbod/Bot-Status-Checker/
cd Bot-Status-Checker
pip install -r requirements.txt
cp example.env .env
--- EDIT .env values appropriately ---
python main.py

Credits

About

License:GNU General Public License v3.0


Languages

Language:Python 95.0%Language:Shell 4.3%Language:Procfile 0.7%