https://github.com/srcrs/gonotify
https://github.com/srcrs/gonotify
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/srcrs/gonotify
- Owner: srcrs
- License: mit
- Created: 2022-05-02T06:48:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T17:03:49.000Z (about 3 years ago)
- Last Synced: 2025-01-05T14:52:11.899Z (5 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 背景
本项目始于学习golang,目的在于简化多个项目间给第三方发送通知的场景。预计会对接飞书、钉钉、企业微信、telegram等平台。
## 飞书
测试前,需先准备好飞书自定义机器人webhook地址
### 发送文本
```bash
go test -v feishu_test.go feishu.go -test.run TestSendText
```### 发送富文本
```bash
go test -v feishu_test.go feishu.go -test.run TestSendRichText
```