EN

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

Go to Home

pro

A Telegram bot application built with Python, featuring multimedia processing, translation services, and AI integration capabilities.

Add to Telegram →

Key Features

Everything you need in a powerful, modern Telegram bot.

Telegram Bot Integration

Built with Telethon for seamless Telegram API interaction and reliable message handling.

Multimedia Processing

FFmpeg integration for advanced audio and video handling directly within Telegram chats.

Translation Services

Multiple translation backends including mtranslate and gpytranslate for accurate, fast translations.

AI Integration

Google GenAI and G4F support for intelligent, context-aware responses and conversations.

Voice Calls

py-tgcalls integration for Telegram voice functionality and real-time audio communication.

Text-to-Speech

GTTS (Google Text-to-Speech) support for converting text messages into natural-sounding speech.

Scheduled Tasks

aiocron for automated operations and scheduled message delivery, keeping your bot proactive.

Tech Stack

Python 3.11 Telethon SQLite FFmpeg mutagen py-tgcalls Google GenAI G4F mtranslate gpytranslate emoji pytz qrcode gtts Docker

Getting Started

Deploy your bot in minutes with Docker or run it manually.

Quick Start

Using Docker

Build the image and run the container with a single command each. Docker handles all dependencies automatically.

Manual Setup

Install dependencies via pip and launch the bot directly with Python. Requires Python 3.11+.

Docker
docker build -t pro-bot .
docker run -d pro-bot
Manual
pip install -r requirements.txt
python main.py

Configuration: The bot requires a Telegram session file (sessions_9647870634674.session) for authentication. The main application logic is contained in the compiled main.py file.

Note: The main application code is compiled/obfuscated, so specific functionality details are not directly visible in the source code.

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