diff --git a/docs/NOTIFICATION_TELEGRAM_CONFIG_CH.md b/docs/NOTIFICATION_TELEGRAM_CONFIG_CH.md new file mode 100644 index 000000000..e824bfeda --- /dev/null +++ b/docs/NOTIFICATION_TELEGRAM_CONFIG_CH.md @@ -0,0 +1,14 @@ +# TELEGRAM通知配置 + +## 1.创建telegram机器人并且获取token +QuantDinger Dashboard + +## 2.1 在策略中配置UserID +QuantDinger Dashboard + +## 2.2 UserID的获取 +```aiignore +https://api.telegram.org/bot【你的哪个token】/getUpdates +``` +UserID从这个链接获取,把你的token填进去,token格式是【123:abc】 +![notification_telegram_userid_get.png](screenshots/notification_telegram_userid_get.png) \ No newline at end of file diff --git a/docs/NOTIFICATION_TELEGRAM_CONFIG_EN.md b/docs/NOTIFICATION_TELEGRAM_CONFIG_EN.md new file mode 100644 index 000000000..77c531b62 --- /dev/null +++ b/docs/NOTIFICATION_TELEGRAM_CONFIG_EN.md @@ -0,0 +1,14 @@ +# TELEGRAM NOTIFICATION CONFIG + +## 1.Create telegram Bot and get Bot token +QuantDinger Dashboard + +## 2.1 configuration UserID in signal config +QuantDinger Dashboard + +## 2.2 UserID edit and get +```aiignore +https://api.telegram.org/bot【your bot token】/getUpdates +``` +UserID from this url,replace your bot token,token like【123:abc】 +![notification_telegram_userid_get.png](screenshots/notification_telegram_userid_get.png) \ No newline at end of file diff --git a/docs/screenshots/notification_telegram_token.png b/docs/screenshots/notification_telegram_token.png new file mode 100644 index 000000000..363feb07b Binary files /dev/null and b/docs/screenshots/notification_telegram_token.png differ diff --git a/docs/screenshots/notification_telegram_userid.png b/docs/screenshots/notification_telegram_userid.png new file mode 100644 index 000000000..40f008a40 Binary files /dev/null and b/docs/screenshots/notification_telegram_userid.png differ diff --git a/docs/screenshots/notification_telegram_userid_get.png b/docs/screenshots/notification_telegram_userid_get.png new file mode 100644 index 000000000..462fef99e Binary files /dev/null and b/docs/screenshots/notification_telegram_userid_get.png differ