From 098a1dc1ab6ac35ca5932208b0006b20c4da45f7 Mon Sep 17 00:00:00 2001 From: luotuan Date: Sun, 26 Feb 2023 19:45:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 17daee0..9cd6be0 100644 --- a/README.md +++ b/README.md @@ -238,3 +238,19 @@ Follow [官方文档](https://support.google.com/mail/answer/185833?hl=en) to cr } } ``` +### 6. Telegram + +telegram 机器人申请可以自行谷歌下,很简单。重要的是获取机器人的token id。 + +**依赖安装** pip install pyTelegramBotAPI + +**配置** + +```json +"channel": { + "type": "telegram", + "telegram":{ + "bot_token": "你的bot token id" + } + } +``` \ No newline at end of file