Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
U

Ultroid

> 编程语言
Open source

Advanced Multi-Featured Telegram UserBot, Built in Python Using Telethon lib.

3.0K stars0 likes0 views
WebsiteGitHub

About

Advanced Multi-Featured Telegram UserBot, Built in Python Using Telethon lib.

Ultroid - UserBot

A stable pluggable Telegram userbot + Voice & Video Call music bot, based on Telethon. ---- # Deploy - [Heroku](#deploy-to-heroku) - [Okteto](#deploy-to-okteto) - [Local Machine](#deploy-locally) # Documentation # Tutorial - Full Tutorial - [](https://www.youtube.com/watch?v=0wAV7pUzhDQ) - Tutorial to get Redis URL and password - [here.](./resources/extras/redistut.md) --- ## Deploy to Heroku Get the [Necessary Variables](#Necessary-Variables) and then click the button below! Deploy To Heroku


## Deploy to Okteto Get the [Necessary Variables](#Necessary-Variables) and then click the button below! ## Deploy Locally - [Traditional Method](#local-deploy---traditional-method) - [Easy Method](#local-deploy---easy-method) - [Ultroid CLI](#ultroid-cli) ### Local Deploy - Easy Method - Linux - `wget -O locals.py https://git.io/JY9UM && python3 locals.py` - Windows - `cd desktop ; wget https://git.io/JY9UM -o locals.py ; python locals.py` - Termux - `wget -O install-termux https://tiny.ultroid.tech/termux && bash install-termux` ### Local Deploy - Traditional Method - Get your [Necessary Variables](#Necessary-Variables) - Clone the repository: `git clone https://github.com/TeamUltroid/Ultroid.git` - Go to the cloned folder: `cd Ultroid` - Create a virtual env: `virtualenv -p /usr/bin/python3 venv` `. ./venv/bin/activate` - Install the requirements: `pip(3) install -U -r re*/st*/optional-requirements.txt` `pip(3) install -U -r requirements.txt` - Generate your `SESSION`: - For Linux users: `bash sessiongen` or `wget -O session.py https://git.io/JY9JI && python3 session.py` - For Termux users: `wget -O session.py https://git.io/JY9JI && python session.py` - For Windows Users: `cd desktop ; wget https://git.io/JY9JI -o ultroid.py ; python ultroid.py` - Fill your details in a `.env` file, as given in [`.env.sample`](https://github.com/TeamUltroid/Ultroid/blob/main/.env.sample). (You can either edit and rename the file or make a new file named `.env`.) - Run the bot: - Linux Users: `bash startup` - Windows Users: `python(3) -m pyUltroid` --- ## Necessary Variables - `SESSION` - SessionString for your accounts login session. Get it from [here](#Session-String) One of the following database: - For **Redis** (tutorial [here](./resources/extras/redistut.md)) - `REDIS_URI` - Redis endpoint URL, from [redislabs](http://redislabs.com/). - `REDIS_PASSWORD` - Redis endpoint Password, from [redislabs](http://redislabs.com/). - For **MONGODB** - `MONGO_URI` - Get it from [mongodb](https://mongodb.com/atlas). - For **SQLDB** - `DATABASE_URL`- Get it from [elephantsql](https://elephantsql.com). ## Session String Different ways to get your `SESSION`: * [](https://replit.com/@TeamUltroid/UltroidStringSession) * Linux : `wget -O session.py https://git.io/JY9JI && python3 session.py` * PowerShell : `cd desktop ; wget https://git.io/JY9JI ; python ultroid.py` * Termux : `wget -O session.py https://git.io/JY9JI && python session.py` * TelegramBot : [@SessionGeneratorBot](https://t.me/SessionGeneratorBot) --- # Core Contributor Team
@xditya

@1danish_00

@buddhhu

@TechiError

@New-dev0

@Arnab431

@sppidy

@hellboi_atul

@iAkashPattnaik
## Contributors We are highly grateful for all the contributions made by our amazing community! ❤️ --- # License Ultroid is licensed under [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) v3 or later. --- # Credits * [](https://t.me/UltroidDevs) * [Lonami](https://github.com/LonamiWebs/) for [Telethon.](https://github.com/LonamiWebs/Telethon) * [MarshalX](https://github.com/MarshalX) for [PyTgCalls.](https://github.com/MarshalX/tgcalls) > Made with by [@TeamUltroid](https://t.me/TeamUltroid).

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •Local Machine
  • •Full Tutorial -
  • •Tutorial to get Redis URL and password - here.
  • •Traditional Method
  • •Easy Method
  • •Ultroid CLI
  • •Linux - wget -O locals.py https://git.io/JY9UM && python3 locals.py
  • •Windows - cd desktop ; wget https://git.io/JY9UM -o locals.py ; python locals.py
  • •Termux - wget -O install-termux https://tiny.ultroid.tech/termux && bash install-termux
  • •Get your Necessary Variables

> Tags

Pythonbothacktoberfestmultilanguage-supportpytgcalls

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言