diff --git a/docs/en_US/guide/api.md b/docs/en_US/guide/api.md index 3ca29d5a..c3338373 100644 --- a/docs/en_US/guide/api.md +++ b/docs/en_US/guide/api.md @@ -148,3 +148,8 @@ JSON Return Example: ] } ``` + +## Case - Build your own Telegram bot to query server information +Refer to [Community Project](https://github.com/spiritLHLS/nezha_api_tgbot) (Chinese) +The bot can request server status information from the Dashboard through the API, and then send the information to the user. +You can build this bot to easily view the current status of a given server without opening the Dashboard. \ No newline at end of file diff --git a/docs/guide/api.md b/docs/guide/api.md index bf79bfdb..72cec612 100644 --- a/docs/guide/api.md +++ b/docs/guide/api.md @@ -148,3 +148,8 @@ JSON返回示例: ] } ``` + +## 使用案例 - 自建一个TG机器人来查询服务器信息 +参考[社区项目](https://github.com/spiritLHLS/nezha_api_tgbot) +机器人可以通过API向面板请求服务器状态信息,得到信息后发送给用户 +你可以搭建此机器人来方便地查看指定服务器的当前状态且不需要打开面板 \ No newline at end of file