Telegram Bot Integration
Built on Telethon library for seamless Telegram API interaction.
A Python-based Telegram bot framework with multimedia processing capabilities and AI integration.
Get StartedBuilt on Telethon library for seamless Telegram API interaction.
Integrates with Google Generative AI and G4F for advanced chat capabilities.
FFmpeg support for audio/video handling with Mutagen for metadata extraction.
Multiple translation backends including mtranslate and gpytranslate.
Google TTS (gTTS) integration for natural-sounding speech synthesis.
py-tgcalls support for Telegram voice call functionality.
Built-in QR code creation capabilities for easy sharing.
SQLite with aiosqlite for efficient async database operations.
aiocron integration for reliable automated task scheduling.
Islamic calendar conversion support for date-sensitive features.
docker build -t pro-bot .
docker run pro-bot
pip install -r requirements.txt
python main.py
main.py
— Main application entry point (obfuscated)
requirements.txt
— Python dependencies
Dockerfile
— Container configuration with Arabic comments
sessions_*.session
— Telegram session file
Note: The main application logic is obfuscated using Python marshal, making the exact functionality difficult to determine from source code inspection alone.