EN

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

Go to Home

pro

A Python-based Telegram bot application with multimedia processing capabilities.

Explore the Docs

Telethon ยท Translation ยท Audio/Video processing

Overview

This project appears to be a Telegram bot built with Python that includes various features for messaging, translation, audio/video processing, and more. The main application code is compiled/obfuscated using Python's marshal module.

Key Features

Based on the dependencies and Docker configuration, this bot likely includes:

๐Ÿค–

Telegram Integration

Built with Telethon for Telegram API interactions

Learn more
๐Ÿ“ž

Voice Calls

Uses py-tgcalls for Telegram voice call functionality

Learn more
๐ŸŒ

Translation

Multiple translation services (mtranslate, gpytranslate)

Learn more
๐Ÿง 

AI / Generation

Google GenAI and g4f integration

Learn more
๐ŸŽต

Audio Processing

FFmpeg and Mutagen for audio file handling

Learn more
๐Ÿ—ฃ๏ธ

Text-to-Speech

GTTS (Google Text-to-Speech) support

Learn more
๐Ÿ“ฑ

QR Code Generation

QR code creation capabilities

Learn more
๐Ÿ—„๏ธ

Database

SQLite with async support (aiosqlite)

Learn more
โฐ

Scheduling

Cron-like task scheduling with aiocron

Learn more

Tech Stack

Language
Python 3.11
Framework
Telethon (Telegram client library)
Database
SQLite3 with aiosqlite
Audio / Video
FFmpeg, Mutagen
AI Services
Google GenAI, g4f
Translation
Multiple translation APIs
Deployment
Docker containerized

Quick Start

Using Docker

# Build the container
docker build -t pro .

# Run the bot
docker run pro

Local Development

# Install dependencies
pip install -r requirements.txt

# Run the bot
python main.py

Configuration

The application includes SQLite validation on startup and requires proper Telegram API credentials (likely configured via environment variables or config files not visible in this repository structure).

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

pro ยท Built with Python & Telethon

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