Telegram DeepSeek Bot Management Platform
August 7, 2025 ยท View on GitHub
This platform is designed to manage your Telegram DeepSeek Bot. It integrates various Large Language Models (LLMs), provides context-aware responses, and supports multiple models for diverse interactions.
Running the Platform and Parameters
To start the management platform, execute the following command:
./admin -db_type=sqlite3 -db_conf=./data/telegram_admin_bot.db -session_key=telegram_bot_session_key
Command Parameters
| Variable Name | Description | Default Value |
|---|---|---|
| DB_TYPE | Database type: sqlite3 / mysql | sqlite3 / mysql |
| DB_CONF | Database configuration: ./data/telegram_admin_bot.db or root:admin@tcp(127.0.0.1:3306)/dbname?charset=utf8mb4&parseTime=True&loc=Local | ./data/telegram_admin_bot.db |
| SESSION_KEY | Specifies the key used for session management. | telegram_bot_session_key (A string used to encrypt session data) |
| ADMIN_PORT | port for admin platform | 18080 |
Getting Started
Login
Access the management platform's login page.
Default Account
Upon first launch, you can log in using the following default credentials:
- Username:
admin - Password:
admin
Platform Modules Overview
Home Page
An overview of the platform's home page.
Admin Page
A list of administrators for the management platform.
Add Admin
On this page, you can add new administrator accounts and grant them platform management permissions.
Bot Management
Manage your configured Telegram bots.
Add Bot
Configure and add new Telegram bots on this page. For enhanced security, it's highly recommended to use HTTP mutual authentication. Start MuseBot in this way:
./MuseBot \
-telegram_bot_token=xxx \
-deepseek_token=sk-xxx \
-crt_file=/Users/yincong/go/src/github.com/yincongcyincong/MuseBot/admin/shell/certs/server.crt
-ca_file=/Users/yincong/go/src/github.com/yincongcyincong/MuseBot/admin/shell/certs/ca.crt
-key_file=/Users/yincong/go/src/github.com/yincongcyincong/MuseBot/admin/shell/certs/server.key
add configurations in admin page:
can use this file to generate ca, key and crt.
Bot Start Parameter
Show all Parameters when starting the Telegram DeepSeek Bot.
Bot Config
Modify the configuration of your bot.
MCP Shop
multi mcp clients for telegram deepseek bot
Add MCP
add mcp client for telegram deepseek bot
Bot Users
View and manage all users who interact with your bots.
Add Token to User
Allocate and manage API tokens for specific users to control their access and usage limits for the bot.
Chat History Page
This page displays the complete chat history between the bot and users, making it easy to track and analyze conversations.
Chat Page
chat with your telegram deepseek bot