Skip to content

EL-Coders/ELRenameBot

Repository files navigation

Rename Bot

An Open Source Telegram Rename Bot

Installation

The Easy Way

You can tap the Deploy To Heroku button below to deploy straight to Heroku!

Deploy

The Hard Way

Deploy in your vps

git clone https://github.com/EL-Coders/ELRenameBot
cd ELRenameBot
virtualenv -p python3 VENV
. ./VENV/bin/activate
pip install -r requirements.txt
# <Create config.py appropriately>
python3 bot.py

An example config.py file could be:

Not All of the variables are mandatory

from sample_config import Config

class Development(Config):
  APP_ID = 6
  API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
  TG_BOT_TOKEN = ""
  AUTH_USERS = [
      "7351948"
      # is a string for LEGACY purposes
  ]

Credits, and Thanks to Beloved Developers ;

  • For FeedBack and Suggestions, please feel free to say in @EL_Support

LICENSE

  • GPLv3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •