Pro
A Python-based Telegram bot framework with advanced features for automation and user interaction.
Features
๐ค
Telegram Bot Integration
Built on Telethon for comprehensive Telegram API support
๐ค
Voice & Media Processing
Includes py-tgcalls for voice calls and mutagen for audio manipulation
๐
Multi-language Support
Translation capabilities via mtranslate and gpytranslate
๐ง
AI Integration
Google GenAI and g4f support for intelligent responses
๐ฃ๏ธ
Text-to-Speech
Built-in TTS functionality with gtts
๐ฑ
QR Code Generation
Integrated QR code creation capabilities
๐๏ธ
Database Support
SQLite integration with aiosqlite
โฐ
Scheduled Tasks
Automated operations with aiocron
๐
File Monitoring
Real-time file system watching with watchdog
Tech Stack
Python 3.11
Telethon
SQLite
Google GenAI
g4f
py-tgcalls
mutagen
gtts
aiohttp
requests
fake_useragent
aiocron
Docker
Quick Start
Using Docker
# Build the container
docker build -t pro-bot .
# Run the bot
docker run pro-bot
Local Installation
# Install dependencies
pip install -r requirements.txt
# Run the bot
python main.py
Project Structure
- main.py - Main bot entry point (compiled/obfuscated)
- requirements.txt - Python dependencies
- Dockerfile - Container configuration
- infooo.py - Additional bot modules
Note: The main bot logic appears to be compiled/obfuscated in main.py. Some Arabic comments suggest this is a Telegram member boosting tool, though full functionality cannot be determined from the compiled code.