From d4d4ee2139233d3d63e91dfdfc534d0c9a88ecb1 Mon Sep 17 00:00:00 2001 From: Weey Date: Tue, 15 Jan 2019 22:34:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=A6=E5=A4=96=E4=B8=80?= =?UTF-8?q?=E4=B8=AATelegram=E6=8E=A8=E9=80=81Bot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env.docker.py.example | 10 ++++++++-- env.py.example | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/env.docker.py.example b/env.docker.py.example index 32cd401..15a707f 100644 --- a/env.docker.py.example +++ b/env.docker.py.example @@ -47,8 +47,14 @@ DINGTALK_ENABLED = 0 DINGTALK_WEBHOOK = 'https://oapi.dingtalk.com/robot/send?access_token=your token' # Telegram消息推送 -# 打开链接关注Bot:https://t.me/notificationme_bot -# 将Bot回复给你的专属链接复制到下方,如果没有回复则发送给Bot这条信息: /start +# 目前共有两个Bot: +# 1:https://t.me/notificationme_bot +# 2:https://t.me/RE_Link_Push_bot +# 任选一个Bot,关注获取URL链接,如果没有回复则发送给Bot这条信息: /start +# 将获取的URL填入下面对应位置 +# 注意:因为以上Bot都由他人公益提供,无法保证随时可用,如以上Bot都无法使用,请使用其他消息推送方式 +# Bot1来源:https://github.com/Fndroid/tg_push_bot +# Bot2来源:https://szc.me/post/2.html TELEGRAM_ENABLED = 0 TELEGRAM_BOT_API_URL = 'https://tgbot.lbyczf.com/sendMessage/:your_token' diff --git a/env.py.example b/env.py.example index 03fd246..eff2219 100644 --- a/env.py.example +++ b/env.py.example @@ -48,8 +48,14 @@ DINGTALK_ENABLED = 0 DINGTALK_WEBHOOK = 'https://oapi.dingtalk.com/robot/send?access_token=your token' # Telegram消息推送 -# 打开链接关注Bot:https://t.me/notificationme_bot -# 将Bot回复给你的专属链接复制到下方,如果没有回复则发送给Bot这条信息: /start +# 目前共有两个Bot: +# 1:https://t.me/notificationme_bot +# 2:https://t.me/RE_Link_Push_bot +# 任选一个Bot,关注获取URL链接,如果没有回复则发送给Bot这条信息: /start +# 将获取的URL填入下面对应位置 +# 注意:因为以上Bot都由他人公益提供,无法保证随时可用,如以上Bot都无法使用,请使用其他消息推送方式 +# Bot1来源:https://github.com/Fndroid/tg_push_bot +# Bot2来源:https://szc.me/post/2.html TELEGRAM_ENABLED = 0 TELEGRAM_BOT_API_URL = 'https://tgbot.lbyczf.com/sendMessage/:your_token'