EN

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

Go to Home

Pro โ€” Telegram Bot Framework

A feature-rich Telegram bot built with Telethon, supporting multimedia processing, translations, and voice calls.

Get Started

Key Features

๐Ÿค–

Telegram Bot Integration

Built on Telethon for comprehensive Telegram API support

๐ŸŽฌ

Multimedia Processing

Audio/video handling with FFmpeg and Mutagen

๐ŸŒ

Translation Services

Multi-language support via Google Translate and GPyTranslate

๐Ÿ“ž

Voice Calls

Telegram voice call capabilities through py-tgcalls

๐Ÿ”ณ

QR Code Generation

Built-in QR code creation functionality

๐Ÿ—ฃ๏ธ

Text-to-Speech

Google TTS integration for voice messages

๐Ÿ—„๏ธ

Database Support

SQLite with async operations via aiosqlite

โฐ

Scheduled Tasks

Automated operations with aiocron

Tech Stack

Language

Python 3.11

Framework

Telethon (Telegram client library)

Database

SQLite with aiosqlite

Audio / Video

FFmpeg, Mutagen, py-tgcalls

AI / Translation

Google GenAI, G4F, multiple translation APIs

Web

aiohttp for HTTP operations

Other

pytz (timezone), emoji support, watchdog (file monitoring)

Quick Start

Docker
# Build and run with Docker
docker build -t pro-bot .
docker run pro-bot
Manual Installation
# Install dependencies
pip install -r requirements.txt

# Run the bot
python main.py

Project Structure

๐Ÿ“„ main.py Main bot application (compiled/obfuscated)
๐Ÿ“‹ requirements.txt Python dependencies
๐Ÿณ Dockerfile Container configuration with SQLite and FFmpeg
๐Ÿ” sessions_*.session Telegram session file
Note: The main application code appears to be compiled/obfuscated in the marshal format, making the exact bot functionality unclear from the source.

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...