Skip to content

Commit bb45248

Browse files
authored
Merge pull request #10 from p369349074/telegram-notification-docts
add telegram notification configuration guide documents.
2 parents 43523d4 + 957a631 commit bb45248

5 files changed

Lines changed: 28 additions & 0 deletions
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# TELEGRAM通知配置
2+
3+
## 1.创建telegram机器人并且获取token
4+
<img src="./screenshots/notification_telegram_token.png" alt="QuantDinger Dashboard" width="100%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
5+
6+
## 2.1 在策略中配置UserID
7+
<img src="./screenshots/notification_telegram_userid.png" alt="QuantDinger Dashboard" width="100%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
8+
9+
## 2.2 UserID的获取
10+
```aiignore
11+
https://api.telegram.org/bot【你的哪个token】/getUpdates
12+
```
13+
UserID从这个链接获取,把你的token填进去,token格式是【123:abc
14+
![notification_telegram_userid_get.png](screenshots/notification_telegram_userid_get.png)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# TELEGRAM NOTIFICATION CONFIG
2+
3+
## 1.Create telegram Bot and get Bot token
4+
<img src="./screenshots/notification_telegram_token.png" alt="QuantDinger Dashboard" width="100%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
5+
6+
## 2.1 configuration UserID in signal config
7+
<img src="./screenshots/notification_telegram_userid.png" alt="QuantDinger Dashboard" width="100%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
8+
9+
## 2.2 UserID edit and get
10+
```aiignore
11+
https://api.telegram.org/bot【your bot token】/getUpdates
12+
```
13+
UserID from this url,replace your bot token,token like【123:abc
14+
![notification_telegram_userid_get.png](screenshots/notification_telegram_userid_get.png)
187 KB
Loading
43.3 KB
Loading
103 KB
Loading

0 commit comments

Comments
 (0)