EN

VibeNest is currently available in English. More interface languages are coming soon.

Go to Home

Pro – Telegram Bot Framework

A Python-based Telegram bot framework with advanced features for media processing, AI integration, and voice capabilities.

Get Started

Features

Everything you need to build powerful Telegram bots with modern capabilities.

Telegram Integration

Built with Telethon for robust Telegram API interaction.

AI Capabilities

Integrated with Google Generative AI and G4F for intelligent responses.

Voice Processing

Voice calls support through py-tgcalls and audio conversion with FFmpeg.

Translation Services

Multiple translation backends including mtranslate and gpytranslate.

Media Processing

Audio file handling with Mutagen and text-to-speech via gTTS.

QR Code Generation

Built-in QR code creation functionality.

Database Support

SQLite integration with aiosqlite for data persistence.

Scheduling

Automated tasks with aiocron.

Timezone Support

Hijri calendar and timezone handling.

Tech Stack

The technologies powering the Pro framework.

Runtime Python 3.11
Framework Telethon (Telegram API)
AI / ML Google Generative AI, G4F
Audio FFmpeg, py-tgcalls, Mutagen, gTTS
Database SQLite with aiosqlite
Containerization Docker

Quick Start

Get up and running in minutes.

Using Docker

docker build -t pro-bot .
docker run -d pro-bot

Local Installation

pip install -r requirements.txt
python main.py

Project Structure

A look inside the framework's organization.

  • main.py – Main application entry point (compiled)
  • requirements.txt – Python dependencies
  • Dockerfile – Container configuration with FFmpeg and development tools
  • sessions_*.session – Telegram session file
Note: The main application logic is compiled/obfuscated in main.py. This appears to be a production-ready bot with session management already configured.
Pro – Telegram Bot Framework · Python-powered automation

Reconnecting to the server...

Reconnecting in sec.

Failed to reconnect.
The page will reload automatically.

Session paused by the server.

Failed to resume the session.
Reloading the page...