Skip to content

TheCodents/DevelopersUserbot

Repository files navigation

Devlopers Userbot

A Telegram Lightweight Userbot for Devlopers

HELP CENTER

Deploy

Deploy to Heroku [Recommended]

Deploy To Heroku

Local Deploy

  • Fill the config.py with your Own Values
  • Install Requirements by pip3 install -r requirements.txt
  • Open 2 Terminal
  • In 1st Terminal do python3 -m _pyrogram
  • In 2nd Terminal do python3 -m _telethon
  • Done :)

Configuration

  • API_ID and API_HASH - Get API_ID and API_HASH from https://my.telegram.org
  • TELETHON_SESSION and PYROGRAM_SESSION - Get this by Running this Repl
  • HEROKU_APP_NAME [For Heroku Only] - The App Name that you putted in first in Heroku
  • HEROKU_API [For Heroku Only] - Get this from here
  • LOG_CHAT - Create an Group and add @MissEmiliaBot and send /id

Support Group

LEGAL

Credits

License

 Devlopers Userbot, A Telegram Lightweight Userbot for Devlopers Copyright (C) 2021 Jayant Kageri This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.