{"id":37198611,"url":"https://github.com/mohuani/notify","last_synced_at":"2026-01-14T23:00:47.254Z","repository":{"id":64162974,"uuid":"573038929","full_name":"mohuani/notify","owner":"mohuani","description":"Golang 推送通知 SDK (钉钉群机器人、飞书群机器人、企业微信群机器人、邮件)","archived":false,"fork":false,"pushed_at":"2022-12-10T11:47:24.000Z","size":1861,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-21T09:08:25.633Z","etag":null,"topics":["dingtalk","feishu","golang","notify","wechat"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohuani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-01T15:09:50.000Z","updated_at":"2024-11-20T09:53:22.000Z","dependencies_parsed_at":"2023-01-26T01:30:18.772Z","dependency_job_id":null,"html_url":"https://github.com/mohuani/notify","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mohuani/notify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohuani%2Fnotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohuani%2Fnotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohuani%2Fnotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohuani%2Fnotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohuani","download_url":"https://codeload.github.com/mohuani/notify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohuani%2Fnotify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28437916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dingtalk","feishu","golang","notify","wechat"],"created_at":"2026-01-14T23:00:27.940Z","updated_at":"2026-01-14T23:00:47.117Z","avatar_url":"https://github.com/mohuani.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notify\n\n\u003e Golang 推送通知 SDK (钉钉群机器人、飞书群机器人、企业微信群机器人、邮件)。\n\n\n## 支持的平台\n\n- [x] [钉钉群机器人](https://developers.dingtalk.com/document/app/custom-robot-access)\n- [x] [飞书群机器人](https://www.feishu.cn/hc/zh-CN/articles/360024984973)\n- [x] [企业微信群机器人](https://open.work.weixin.qq.com/api/doc/90000/90136/91770)\n- [ ] [邮件]()\n\n## 安装\n\n### 环境要求\n- go 1.19+\n\n### 引入本包\n```shell\ngo get -u github.com/mohuani/notify\n```\n\n\n## 使用\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003e钉钉机器人\u003c/b\u003e\u003c/summary\u003e\n\n\n### 前置准备\n\n请先阅读一遍官方的文档 [钉钉群机器人](https://developers.dingtalk.com/document/app/custom-robot-access)，熟悉里面的各种名词概念。\n\n#### 支持的消息类型 \n\n- [x] text类型\n- [x] link类型\n- [x] markdown类型\n- [x] ActionCard类型\n- [x] FeedCard类型\n\n### 调用\n\n```go\n\n// Text Message\n\n\n// Link Message\n\n\n// Markdown Message\n\n\n// Feed Card Message\n\n\n// Single Action Card Message\n\n\n// Btns Action Card Message\n\n\n\n```\n\n\u003c/details\u003e\n\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003e飞书群群机器人\u003c/b\u003e\u003c/summary\u003e\n\n\n### 前置准备\n\n请先阅读一遍官方的文档 [飞书群机器人配置说明](https://www.feishu.cn/hc/zh-CN/articles/360024984973)，熟悉里面的各种名词概念。\n\n#### 支持的消息类型\n- [x] 文本 text\n- [x] 富文本 post\n- [x] 群名片 share_chat\n- [x] 图片 image\n- [ ] 消息卡片 interactive\n\n### 调用\n\n```go\n\n```\n\n\u003c/details\u003e\n\n\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cb\u003e企业微信群机器人\u003c/b\u003e\u003c/summary\u003e\n\n\n### 前置准备\n\n请先阅读一遍官方的文档 [企业微信群机器人配置说明](https://developer.work.weixin.qq.com/document/path/91770)，熟悉里面的各种名词概念。\n\n#### 支持的消息类型\n- [x] 文本 text\n- [x] markdown\n- [x] 图片 image\n- [x] 图文 news\n- [ ] 模版卡片 template_card\n\n### 调用\n\n```go\n\n```\n\n\u003c/details\u003e\n\n\n\u003c/details\u003e\n\n\n\n\n## 特别感谢\n\n本项目借鉴了下面开源项目的思路，在此表示感谢，排名不分先后。\n- [notify](https://github.com/guanguans/notify)\n- [dingtalk](https://github.com/blinkbean/dingtalk)\n- [dingtalk-notify-go-sdk](https://github.com/JetBlink/dingtalk-notify-go-sdk)\n\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT)\n\n\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohuani%2Fnotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohuani%2Fnotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohuani%2Fnotify/lists"}