Telegram Integration
Full Telegram bot functionality using Telethon
A Python-based Telegram bot with advanced features and media processing capabilities.
This project is a Telegram bot built with Python that provides various multimedia and utility functions. The bot appears to support voice calls, media processing, translation, and other interactive features through the Telegram platform.
Add to TelegramThis project is a Telegram bot built with Python that provides various multimedia and utility functions. The bot appears to support voice calls, media processing, translation, and other interactive features through the Telegram platform.
Full Telegram bot functionality using Telethon
Voice calling capabilities via py-tgcalls
Audio/video processing with FFmpeg and Mutagen
Multi-language support with Google Translate and GPyTranslate
Voice synthesis using gTTS
Built-in QR code creation
SQLite integration with async operations
Automated task scheduling with aiocron
# Build and run with Docker
docker build -t pro .
docker run pro
Note: The main application code is compiled/obfuscated in main.py, making the exact functionality not directly readable from the source.
See requirements.txt for the complete list of Python packages. Key dependencies include Telethon for Telegram integration, various AI/translation libraries, and multimedia processing tools.
The bot likely requires Telegram API credentials and other configuration. Check for environment variables or config files needed for setup.
Make sure to set up your Telegram API credentials before running the bot. Refer to the project documentation for detailed setup instructions.