Skip to content

Ryu120/TempestUB

 
 

Repository files navigation

TronUb

Tempest Userbot

Pylint Repo Size License Python Version Release Maintained Files Downloads Commit since

click below to expand

• About



This is a telegram userbot which is written in pure python language and it is based on Dan's pyrogram library.

Now let's understand what is a userbot ?

A userbot is simple program to automate your telegram account. Userbots are same as telegram bots. the difference is that all the functionality & features of a bot is provided in a telegram user account.

You might be thinking, what can a userbot do ? well userbots can do a lots of things for example downloading a video/audio from YouTube, making telegram stickers, stopping unknown users from messaging us, image processing, etc. A userbot is not limited to its features it can be extended more and more, it can do more beyond its limits.

• Necessary vars

API_ID

get this value from https://my.telegram.org

API_HASH

get this value from https://my.telegram.org

SESSION

create session from session methods given below

TRIGGER

by default its dot (.) change it to any single symbol you like

LOG_CHAT

make a private group and get its chat id

TIME_ZONE

by default its Asia/Kolkata, change it your time zone

TOKEN

create a bot at https://t.me/BotFather and get its bot token
• Deployment ( 2 methods )



1. Deploy on Heroku

Deploy




2. Deploy on Termux

1. Install termux app in your device ( lastest version )

2. Run The code given below in termux.

  • cd $HOME && pkg install python3 git && git clone https://github.com/TempestNetwork/TempestUB.git && cd Tempest && ./start.sh

3. Enter your details carefully.

4. Done, Have fun using Tempest Userbot.




Warning ⚠️: I will not be responsible for anything that happens with your account, channels, groups, friends, etc, if you get banned or limited it will be your fault, most of time nothing happens.



• MADE WITH 🎉 BY Zephys

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%