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 NameDescriptionDefault Value
DB_TYPEDatabase type: sqlite3 / mysqlsqlite3 / mysql
DB_CONFDatabase 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_KEYSpecifies the key used for session management.telegram_bot_session_key (A string used to encrypt session data)
ADMIN_PORTport for admin platform18080

Getting Started

Login

Access the management platform's login page. image

Default Account

Upon first launch, you can log in using the following default credentials:

  • Username: admin
  • Password: admin

Platform Modules Overview

Home Page

image

An overview of the platform's home page.

Admin Page

image

A list of administrators for the management platform.

Add Admin

image

On this page, you can add new administrator accounts and grant them platform management permissions.

Bot Management

image

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: image

can use this file to generate ca, key and crt.

Bot Start Parameter

image

Show all Parameters when starting the Telegram DeepSeek Bot.

Bot Config

image

Modify the configuration of your bot.

MCP Shop

image multi mcp clients for telegram deepseek bot

Add MCP

image add mcp client for telegram deepseek bot

Bot Users

image

View and manage all users who interact with your bots.

Add Token to User

image

Allocate and manage API tokens for specific users to control their access and usage limits for the bot.

Chat History Page

image

This page displays the complete chat history between the bot and users, making it easy to track and analyze conversations.

Chat Page

image chat with your telegram deepseek bot