Telegram group managment bot made using Telethon and Pyrogram which makes it modern and faster than most of the exisitng Telegram Chat Managers.
Ready-To-Use Bot • Documentation • Update Channel • Support Chat
* KAITO ROBOT | +Add me to you group . * Make me as a group admin with all rights . * ENJoy It ! .
Python3.9 | Telegram API Key | Telegram Bot Token | MongoDB URI
$ git clone https://github.com/PunyaChael/KaitoRobot
$ cd KaitoRobot
$ pip3 install -U -r requirements.txt
$ cp sample.env .env
$ bash start
API_ID
: Assistant Account Telegram API_ID, get it from my.telegram.orgAPI_HASH
: Assistant Account Telegram API_HASH, get it from my.telegram.orgBOT_TOKEN
: Your Telegram Bot Token, get it from @Botfather (Make sure Inline is turned On)ASS_USERNAME
: Music bot asstant username.BOT_NAME
: A name for your bot.MONGO_DB_URI
: MongoDB Database URL.LOG_GROUP_ID
: Chat ID where bot will log everything. Use Group Chats Only.BOT_USERNAME
: Bot username .SUDO_USERS
: Sudo Users for Bot. (For multiple users seperate IDs with space)OWNER_ID
: Owner ID of BotSUPPORT_GROUP
: Support Group Link (Leave blank if you don't have one)SUPPORT_CHANNEL
: Support Channel Link ( Leave blank if you don't have one)HEROKU_API_KEY
: Your Heroku API key, get it from 'dashboard.heroku.com/account .