Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from beveiled/hikka

The most fresh and updateable developer-oriented Telegram userbot

License

coddrago/Heroku

 
 

Repository files navigation

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
Add --root for root users (to avoid entering force_insecure)

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)

Packages

No packages published

Languages

  • Python 95.5%
  • JavaScript 1.9%
  • CSS 1.5%
  • Other 1.1%