Merge pull request #42 from kbj/master

新增一个Telegram推送Bot地址
This commit is contained in:
pjialin
2019-01-15 23:20:25 +08:00
committed by GitHub
2 changed files with 16 additions and 4 deletions

View File

@@ -47,8 +47,14 @@ DINGTALK_ENABLED = 0
DINGTALK_WEBHOOK = 'https://oapi.dingtalk.com/robot/send?access_token=your token' DINGTALK_WEBHOOK = 'https://oapi.dingtalk.com/robot/send?access_token=your token'
# Telegram消息推送 # Telegram消息推送
# 打开链接关注Bothttps://t.me/notificationme_bot # 目前共有两个Bot
# 将Bot回复给你的专属链接复制到下方如果没有回复则发送给Bot这条信息: /start # 1https://t.me/notificationme_bot
# 2https://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_ENABLED = 0
TELEGRAM_BOT_API_URL = 'https://tgbot.lbyczf.com/sendMessage/:your_token' TELEGRAM_BOT_API_URL = 'https://tgbot.lbyczf.com/sendMessage/:your_token'

View File

@@ -48,8 +48,14 @@ DINGTALK_ENABLED = 0
DINGTALK_WEBHOOK = 'https://oapi.dingtalk.com/robot/send?access_token=your token' DINGTALK_WEBHOOK = 'https://oapi.dingtalk.com/robot/send?access_token=your token'
# Telegram消息推送 # Telegram消息推送
# 打开链接关注Bothttps://t.me/notificationme_bot # 目前共有两个Bot
# 将Bot回复给你的专属链接复制到下方如果没有回复则发送给Bot这条信息: /start # 1https://t.me/notificationme_bot
# 2https://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_ENABLED = 0
TELEGRAM_BOT_API_URL = 'https://tgbot.lbyczf.com/sendMessage/:your_token' TELEGRAM_BOT_API_URL = 'https://tgbot.lbyczf.com/sendMessage/:your_token'