check your bot status automatically using userbot, simply and easy.
API_ID
: Telegram API_ID, get it from my.telegram.org/appsAPI_HASH
: Telegram API_ID, get it from my.telegram.org/appsSESSION_STRING
: A pyrogram session stringBOT_LIST
: Your bot username list without "@" (Example: MakhusicBot OceanThiefBot)CHANNEL_OR_GROUP_ID
: Your channel's or group's Telegram id (Example: -1001246808642)MESSAGE_ID
: Telegram id of message from your channel or group (Example: 10)BOT_ADMIN_IDS
: Bot admin id (Example: 123456 127890) ~ optionalTIME_ZONE
: Your time zone (Example: Asia/Kolkata)CHECK_DELAY
: Delay between each check in seconds (Example: 3600)
Use This branch if you are using pyrogram version 1
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
- levina for his status-checker