The most fresh and updateable developer-oriented Telegram userbot
 
 
 
 
 
 
Go to file
ZetGo | Aleksej K. 4c320348ff improve multi-unloader style 2025-08-11 16:55:57 +03:00
.github пре-релиз 2025-07-12 17:36:20 +00:00
assets finnaly updated all avatars and banners 2025-07-04 05:35:21 +00:00
heroku improve multi-unloader style 2025-08-11 16:55:57 +03:00
web-resources WEB FIX 2025-06-12 14:10:15 +03:00
.deepsource.toml updated to version 1.7.0 2025-06-10 17:52:22 +00:00
.dockerignore Create .dockerignore 2024-09-11 01:43:41 +07:00
.flake8 Create .flake8 2024-09-11 01:44:19 +07:00
.gitignore fix tsec 2025-08-02 09:31:13 +00:00
CHANGELOG.md test au 2025-07-28 17:25:47 +00:00
CODE_OF_CONDUCT.md Add files via upload 2024-09-10 21:06:05 +07:00
Dockerfile само собой 2025-07-10 07:11:07 +00:00
LICENSE Add files via upload 2024-09-10 21:06:05 +07:00
README.md changed: updated the ui/ux in the readme 2025-08-03 10:40:01 +03:00
banner.sh updated to version 1.7.0 2025-06-10 17:52:22 +00:00
docker-compose.yml new docker compose.yml 2024-11-26 21:15:55 +07:00
docker.sh updated to version 1.7.0 2025-06-10 17:52:22 +00:00
optional_requirements.txt pre-release 2025-06-14 08:53:50 +00:00
poetry.lock updated to version 1.7.0 2025-06-10 17:52:22 +00:00
pyproject.toml пре-релиз 2025-07-12 17:36:20 +00:00
requirements.txt да тут медлить ни к чему 2025-07-09 08:50:14 +00:00

README.md

Heroku Userbot

Advanced Telegram userbot with enhanced security and modern features

Codacy Grade Code Size Open Issues License Commit Activity
Forks Stars Code Style: Black


⚠️ Security Notice

Important Security Advisory
While Heroku implements extended security measures, installing modules from untrusted developers may still cause damage to your server/account.

Recommendations:

  • Download modules exclusively from official repositories or trusted developers
  • Do NOT install modules if unsure about their safety
  • ⚠️ Exercise caution with unknown commands (.terminal, .eval, .ecpp, etc.)

🚀 Installation

Manual Installation (VPS/VDS Server)

apt update && apt install git python3 -y && \
git clone https://github.com/coddrago/Heroku && \
cd Heroku && \
pip install -r requirements.txt && \
python3 -m heroku

Note for VPS/VDS Users:
Add --proxy-pass to enable SSH tunneling
Add --no-web for console-only setup

Additional Features

🔒 Automatic Database Backuper
👋 Welcome Installation Screens

Key Features & Improvements

Feature Description
🆕 Latest Telegram Layer Support for forums and newest Telegram features
🔒 Enhanced Security Native entity caching and targeted security rules
🎨 UI/UX Improvements Modern interface and user experience
📦 Core Modules Improved and new core functionality
Rapid Bug Fixes Faster resolution than FTG/GeekTG
🔄 Backward Compatibility Works with FTG, GeekTG and Hikka modules
▶️ Inline Elements Forms, galleries and lists support

📋 Requirements


📚 Documentation

Type Link
User Documentation heroku-ub.xyz
Developer Docs dev.heroku-ub.xyz

💬 Support

Telegram Support


⚠️ Usage Disclaimer

This project is provided as-is. The developer takes NO responsibility for:

  • Account bans or restrictions
  • Message deletions by Telegram
  • Security issues from scam modules
  • Session leaks from malicious modules

Security Recommendations:

  • Enable .api_fw_protection
  • Avoid installing many modules at once
  • Review Telegram's Terms

🙏 Acknowledgements

  • Hikari for Hikka (project foundation)
  • Lonami for Telethon (Heroku-TL backbone)