Skip to content

Veronica0706/thunderuserbot

 
 

Repository files navigation

Thunderuserbot Version 2.0 By Thundergang™

forthebadge made-with-python

Best UserBot To Manage Your Telegram Account

Stable, Fast , Safe, Better And Most Trusted

© By Team #ThunderGᴀɴɢ™

THUNDER USERBOT

For any query or want to know how it works join our Channel and Support Group

----------------- Don't Forget To Give A Star ⭐ -----------------

IF YOU WILL FORK THEN YOU WOULDN'T GET NEW UPDATES !!

Tutorials

  • Tutorial for how to signup free on heroku for thunderuserbot can be found here

Deploy Thunderuserbot To Heroku

Deploy To Heroku

Telegram String-Session Generator By Thundergang™

Run on Repl.it

Thunderuserbot's Gitbook By Thundergang™

Go and read it from here

Contributors

Go here

Manually Deploying or Hosting Own

Simply clone the repository and run the main file:

git clone https://github.com/Thundergang/thunderuserbot
cd thunderuserbot
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install -r requirements.txt
# <Create local_config.py with variables as given below>
python3 -m thunderbot

An example local_config.py file could be:

Not All of the variables are mandatory

The Userbot should work by setting only the first two variables

from heroku_config import Var

class Development(Var):
  APP_ID = 6
  # 6 is the length of api id
  API_HASH = "eb06d4abfb49dc3eeb1aeb98ae0f581e"
  # Use Your Own Api Hash these are just for example

Mandatory Vars

  • Only two of the environment variables are mandatory.
  • This is because of telethon.errors.rpc_error_list.ApiIdPublishedFloodError
  • The userbot will not work without setting the mandatory vars.

Licence

This program is licensed under GNU Affero General Public License v3.0. You cannot use this without the permission of It's Owner or Thundergang. If we find anyone breaking the rules and not following the licence then we can take any strict actions against them.

WALL OF SHAME

Wall of Shame current some winners are here

About

Best Telegram Userbot, Made With Love... :)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%