Universal asynchronous Telegram bot for personal or business use
Beautiful UI, smart forwarding, security features, and easy configuration. Runs on server, desktop, or Termux.
Universal asynchronous Telegram bot for personal or business use with beautiful UI and advanced features.
Quick Start:
git clone https://github.com/smartlegionlab/personal-telegram-bot.git cd personal-telegram-bot python -m venv venv source venv/bin/activate pip install -r requirements.txt
.env file
PERSONAL_API_TOKEN="your_bot_token_from_botfather" ADMIN_CHAT_ID="your_numeric_chat_id"
.config.json file
{
"name": "Your Company Name",
"description": "Detailed description of your company or personal services.",
"url": "https://your-website.com"
}
For All Users
For Admin Only
# Prevent device from sleeping termux-wake-lock # Install packages pkg update && pkg upgrade pkg install python python-pip git vim rust # Clone and setup git clone https://github.com/smartlegionlab/personal-telegram-bot.git cd personal-telegram-bot # Create config files touch .env .config.json vim .env vim .config.json # Setup Python python -m venv venv source venv/bin/activate pip install -r requirements.txt # Start the bot python bot.py
Your bot now runs directly on your Android phone!
Main Menu
🌟 Welcome! 🏢 Name: Your Company Name 📝 About us: Your company description... 💬 We're here to help! Send us a message... 👇 Quick actions: [✏️ Write a Message] [🌐 Visit Website] [ℹ️ About]
Message Received by Admin
📩 New Message Received 👤 User Information: • Name: John Doe • ID: 123456789 • Username: @johndoe 💬 Message Content: Hello, I'm interested in your services! 🔗 Go to chat
Created by Alexander Suvorov
If you find this project helpful, please give it a star on GitHub!