Kevin66Z0/dsh-telegram2

@deepseek-ai/dsh-host-telegram

适用于 dsh 会话的 Telegram 远程控制界面:支持白名单聊天列表、读取、提示和停止 dsh 会话

AI 分析

核心用途是通过 Telegram 机器人远程控制和交互 DSH 会话。适合需要随时随地通过手机或 IM 软件使用和管理 DSH 服务的用户。

套件
@deepseek-ai/dsh-host-telegram
版本
0.1.0-rc.5
授權
MIT
最近更新
2026年8月28日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Kevin66Z0/dsh-telegram

⚙️ Configuration

FieldTypeDefaultMeaning
botTokenstringrequiredBot token; referenced as !!js process.env.TELEGRAM_BOT_TOKEN, injected via env or $DSH_HOME/.env
allowChatIdsnumber[]requiredChats allowed to use the console; empty denies everything (first run logs rejected ids)
proxystringALL_PROXY, then HTTPS_PROXYHTTP CONNECT proxy for Telegram API traffic

The plugin registers the telegram settings namespace: fields in $DSH_HOME/settings.yaml (or the Web settings page, Plugins → Telegram) override the composition row and rebuild the bot session without a restart.