{"id":20330651,"url":"https://github.com/leafney/rose-notify","last_synced_at":"2026-05-26T23:32:54.284Z","repository":{"id":61628038,"uuid":"548135633","full_name":"leafney/rose-notify","owner":"leafney","description":"Webhook-based message notification service (基于webhook的消息通知服务)","archived":false,"fork":false,"pushed_at":"2025-01-29T09:50:18.000Z","size":103,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T07:32:14.819Z","etag":null,"topics":["bark","chanify","dingtalk","feishu","go-toolkit","golang","pushdeer","rose","telegram","workwechat"],"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/leafney.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-09T01:30:49.000Z","updated_at":"2025-03-31T23:16:50.000Z","dependencies_parsed_at":"2024-06-20T17:22:47.185Z","dependency_job_id":"2b939173-1869-475c-a188-e38ae637951b","html_url":"https://github.com/leafney/rose-notify","commit_stats":null,"previous_names":["leafney/rose-notice"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/leafney/rose-notify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafney%2Frose-notify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafney%2Frose-notify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafney%2Frose-notify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafney%2Frose-notify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leafney","download_url":"https://codeload.github.com/leafney/rose-notify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafney%2Frose-notify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33543973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["bark","chanify","dingtalk","feishu","go-toolkit","golang","pushdeer","rose","telegram","workwechat"],"created_at":"2024-11-14T20:17:02.205Z","updated_at":"2026-05-26T23:32:54.268Z","avatar_url":"https://github.com/leafney.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rose-notify\n\n**Webhook-based message notification service**\n\n----\n\n## Support\n\n- [x] DingTalk\n- [x] FeiShu\n- [x] WoChat (企业微信)\n- [x] Bark\n- [x] Chanify\n- [x] PushDeer\n- [x] Slack\n- [x] 息知\n- [x] Telegram\n- [ ] Discord\n\n\n| method | default host | custom host | need token/key | support secret | support text | support title | support markdown | details                      |\n|--------| --- |-------------|--------| --- | --- | --- | --- |------------------------------|\n| DingTalk | ✅ | ❌           | ✅      | ✅ | ✅ | ✅ | ✅ | [README](dingtalk/README.md) |\n| FeiShu | ✅ | ❌           | ✅      | ✅ | ✅ | ❌ | ❌(Text、Link) | [README](feishu/README.md)   |\n| WoChat | ✅ | ❌           | ✅      | ❌ | ✅ | ❌ | ✅ | [README](wochat/README.md)   |\n| Bark   | ✅ | ✅           | ✅      | ❌ | ✅ | ✅ | ❌ | [README](bark/README.md)     |\n| Chanify | ✅ | ✅           | ✅      | ❌ | ✅ | ✅ | ❌ | [README](chanify/README.md)  |\n| PushDeer | ✅ | ✅           | ✅      | ❌ | ✅ | ✅ | ✅ | [README](pushdeer/README.md) |\n| 息知     | ✅ | ❌           | ✅      | ❌ | ✅ | ✅ | ✅ | [README](xizhi/README.md)    |\n| Slack  | ✅ | ❌           | ✅      | ❌ | ✅ | ❌ | ❌ | [README](slack/README.md)    |\n| Telegram | ✅ | ✅           | ✅      | ❌ | ✅ | ❌ | ✅ | [README](telegram/README.md) |\n\n----\n\n## How to use\n\n### single support\n\n```go\nfunc main() {\n\t// initialization\n\tbot := NewDingTalk(\"token\")\n\t\n\t// Chain call to set secret\n\tbot.SetDebug(true).UseSecret(\"secret\")\n\n\t// Call the generic method\n\terr := bot.SendText(\"Hello World!\")\n\t\n\t// call unique method\n\terr := bot.SendTextAt(\"hello\", []string{}, true)\n\n\t// Use the new token to call the general method\n\terr := bot.UseToken(\"another token\").SendText(\"你好\")\n}\n```\n\n\n### Multiple support\n\n```go\nfunc main() {\n    // use dingtalk :\n    n := dingtalk.NewDingTalk(\"token\").UseSecret(\"secret\")\n    // or use bark :\n    n := bark.NewBark(\"token\").SetDebug(true).SetAutoCopy(true)\n    // or use slack : \n    n := slack.NewSlack(\"token\")\n    \n    ner := NewNotify(n)\n    if err := ner.SendNotify(\"Hello World!\"); err != nil {\n    t.Log(err)\n    }\n}\n\n```\n\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafney%2Frose-notify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleafney%2Frose-notify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafney%2Frose-notify/lists"}