-
Notifications
You must be signed in to change notification settings - Fork 37
TelegramBot
ByteInternetHK edited this page Sep 3, 2021
·
3 revisions
设置步骤
- 在@BotFather申请一个bot,获取到bot token,并且设置bot的domain为PMPanel的网址
- 新建一个Group,将bot邀请到该Group,并设置管理权限
- 修改pmpanel的配置文件application.properties
# tg bot
setting.enableTGBot=true
setting.botUsername=申请的bot的name
setting.botToken=生成的token
# 是否开启绑定tg入群验证,bot需要在群组有管理员权限
setting.enableVerifyTG=true
setting.chatid=-1001227723510 # 此步骤需要先启动jar,邀请bot到Group后,启动jar,在群组中发送 /chatid 即可获取
# checkin, mb, 这是bot签到指令需要用的,看情况设置
setting.checkin.enable=true
setting.checkin.min=100
setting.checkin.max=500
- 获取到chatid后,将chatid设置好,重启jar即可
bot有以下指令
site - 查询官网地址
info - 查询账户信息
ticket - 发起工单, 格式为 工单标题:工单内容
checkin - 签到获取流量