Telegram Bot Integration
Uses Telethon for Telegram API interactions
A Python-based Telegram bot with multimedia and AI features.
Explore FeaturesBased on the codebase analysis, this project appears to include:
Uses Telethon for Telegram API interactions
Includes py-tgcalls for voice calls and mutagen for audio file handling
Integrates Google GenAI, G4F, and multiple translation services (mtranslate, gpytranslate)
Uses Google TTS (gtts) for voice generation
QR code creation functionality
Supports various media formats with ffmpeg
SQLite integration with aiosqlite
Automated tasks with aiocron
docker build -t pro .
docker run pro
pip install -r requirements.txt
python main.py
ℹ Note: The main application logic is compiled to bytecode, so specific bot commands and features are not directly visible in the source code.