Telegram Bot Integration
Built with Telethon for seamless Telegram API interaction and reliable message handling.
A Telegram bot application built with Python, featuring multimedia processing, translation services, and AI integration capabilities.
Add to Telegram →Everything you need in a powerful, modern Telegram bot.
Built with Telethon for seamless Telegram API interaction and reliable message handling.
FFmpeg integration for advanced audio and video handling directly within Telegram chats.
Multiple translation backends including mtranslate and gpytranslate for accurate, fast translations.
Google GenAI and G4F support for intelligent, context-aware responses and conversations.
py-tgcalls integration for Telegram voice functionality and real-time audio communication.
GTTS (Google Text-to-Speech) support for converting text messages into natural-sounding speech.
aiocron for automated operations and scheduled message delivery, keeping your bot proactive.
Deploy your bot in minutes with Docker or run it manually.
Build the image and run the container with a single command each. Docker handles all dependencies automatically.
Install dependencies via pip and launch the bot directly with Python. Requires Python 3.11+.
docker build -t pro-bot . docker run -d pro-bot
pip install -r requirements.txt python main.py
Configuration: The bot requires a Telegram session file (sessions_9647870634674.session) for authentication. The main application logic is contained in the compiled main.py file.
Note: The main application code is compiled/obfuscated, so specific functionality details are not directly visible in the source code.