From 1fb6ce8c568755b197498bbe41e4233bab84920b Mon Sep 17 00:00:00 2001 From: naiba Date: Fri, 8 Jan 2021 18:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A5=E8=87=AA=20@haitau=20=E7=9A=84=20tg?= =?UTF-8?q?=20=E9=80=9A=E7=9F=A5=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8c5b55..c449ec0 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,15 @@ URL 里面也可放置占位符,请求时会进行简单的字符串替换。 - 请求方式: POST - 请求类型: JSON - Body: `{"appToken":"你的appToken","topicIds":[],"content":"#NEZHA#","contentType":"1","uids":["你的uid"]}` - + + - telegram示例 @haitau 贡献 + - 备注:telegram机器人消息通知 + - URL:https://api.telegram.org/botXXXXXX/sendMessage?chat_id=YYYYYY&text=#NEZHA# + - 请求方式: GET + - 请求类型: 默认 + - Body: 空 + - URL参数获取说明:botXXXXXX 中的 XXXXXX 是在 telegram中关注官方 @Botfather ,输入/newbot ,创建新的机器人(bot)时,会提供的 token(在提示Use this token to access the HTTP API:后面一行)这里 'bot' 三个字母不可少。创建 bot 后,需要先在 telegram中与BOT进行对话(随便发个消息),然后才可用 API发送消息。YYYYYY 是 telegram 用户的数字 ID。与机器人@userinfobot 对话可获得。 + 2. 添加一个离线报警 - 备注:离线通知