EN

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

Go to Home
Open-Source Python Project

pro

A Python-based Telegram bot with multimedia and AI features.

Explore Features

Features

Based on the codebase analysis, this project appears to include:

Telegram Bot Integration

Uses Telethon for Telegram API interactions

Voice/Audio Processing

Includes py-tgcalls for voice calls and mutagen for audio file handling

AI & Translation

Integrates Google GenAI, G4F, and multiple translation services (mtranslate, gpytranslate)

Text-to-Speech

Uses Google TTS (gtts) for voice generation

QR Code Generation

QR code creation functionality

Media Downloads

Supports various media formats with ffmpeg

Database

SQLite integration with aiosqlite

Scheduling

Automated tasks with aiocron

Tech Stack

Language Python 3.11
Bot Framework Telethon
Database SQLite with aiosqlite
Audio/Video ffmpeg, py-tgcalls, mutagen
AI Services Google GenAI, G4F
Translation Multiple translation APIs
Deployment Docker containerized

Quick Start

Using Docker

docker build -t pro .
docker run pro

Local Setup

pip install -r requirements.txt
python main.py

Project Structure

  • main.py — Main bot application (compiled bytecode)
  • requirements.txt — Python dependencies
  • Dockerfile — Container configuration
  • Gbar — Configuration or data file
  • sessions_*.session — Telegram session file

ℹ Note: The main application logic is compiled to bytecode, so specific bot commands and features are not directly visible in the source code.

pro — A Python Telegram bot

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