Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/injoyai/notice
各种消息通知
https://github.com/injoyai/notice
Last synced: 23 days ago
JSON representation
各种消息通知
- Host: GitHub
- URL: https://github.com/injoyai/notice
- Owner: injoyai
- Created: 2024-10-16T06:16:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T06:44:54.000Z (about 1 month ago)
- Last Synced: 2024-12-20T15:50:09.562Z (26 days ago)
- Language: Go
- Size: 460 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 消息通知服务
简易版本,无重试等操作
目前集成了5种消息通知
微信好友,微信群聊,桌面通知,桌面语音,桌面弹窗,阿里云短信### 如何推送
1. 通过HTTP进行消息推送
![](docs/push_by_http.png)
![](docs/push_by_http_result.png)2. 通过GUI(本质是TCP)推送,需要通过HTTP先添加用户先
![](docs/push_by_gui.png)