This commit is contained in:
root
2020-05-07 09:05:20 +08:00
commit e9d164c703
86 changed files with 11584 additions and 0 deletions

11
sample/bot.json.sample Executable file
View File

@@ -0,0 +1,11 @@
{
"user_id": "你的USERID去除双引号",
"bot_token": "你的机器人TOKEN",
"api_id": "https://my.telegram.org 在该网站申请到的id",
"api_hash": "https://my.telegram.org 在该网站申请到的hash",
"proxy": "是否使用代理true 或者false去除双引号",
"proxy_type": "socks5或者http或者https",
"proxy_add": "代理IP地址例如192.168.99.100",
"proxy_port": "代理端口,不需要双引号例如 5890",
"StartCMD": "是否开启CMD命令建议填false开启填true去除双引号"
}