Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
yixiu001 committed Jul 3, 2024
1 parent 01363e2 commit eec252d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

1. **创建 Telegram Bot**
- 在 Telegram 中找到 `@BotFather`,创建一个新 Bot,并获取 API Token。
- 获取到你的 Chat ID,可以通过向 Bot 发送一条消息,然后访问 `https://api.telegram.org/bot<your_bot_token>/getUpdates` 找到 Chat ID。
- 获取到你的 Chat ID 方法一,在[一休技术交流群](https://t.me/yxjsjl)里发送`/id@KinhRoBot`获取,返回用户信息中的`ID`就是Chat ID
- 获取到你的 Chat ID 方法二,可以通过向 Bot 发送一条消息,然后访问 `https://api.telegram.org/bot<your_bot_token>/getUpdates` 找到 Chat ID。

2. **配置 GitHub Secrets**
- 转到你 fork 的仓库页面。
Expand Down

0 comments on commit eec252d

Please sign in to comment.