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 multimedia and translation capabilities.

View on GitHub

Key Features

Bot & Communication

  • Telegram Bot Integration — Built with Telethon for robust Telegram API interactions
  • Voice Calls — Audio processing capabilities with py-tgcalls
  • Text-to-Speech — Voice synthesis using gTTS

AI & Translation

  • Translation Services — Multi-language support using mtranslate and gpytranslate
  • AI Integration — Google GenAI support for enhanced functionality

Media & Utilities

  • Media Processing — Audio file handling with mutagen and FFmpeg
  • QR Code Generation — Built-in QR code creation capabilities
  • Database Support — SQLite integration with aiosqlite

Tech Stack

Python 3.11 Telethon SQLite FFmpeg Google GenAI Docker gTTS mutagen

Get Started

Using Docker (Recommended)
docker build -t pro-bot .
docker run pro-bot
Manual Installation
pip install -r requirements.txt
python main.py

Project Structure

main.py — Main application entry point

requirements.txt — Python dependencies

Dockerfile — Container configuration with SQLite and FFmpeg

Note: The main application logic is compiled in main.py, so specific bot features may not be fully documented here.

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