{"id":20532915,"url":"https://github.com/la3rence/dingtalkbot-sdk","last_synced_at":"2025-12-15T10:51:04.474Z","repository":{"id":57571765,"uuid":"348621497","full_name":"la3rence/dingtalkbot-sdk","owner":"la3rence","description":"A simple sdk for sending message via dingtalk robot.","archived":false,"fork":false,"pushed_at":"2023-12-15T17:51:51.000Z","size":7,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-23T01:23:34.073Z","etag":null,"topics":["dingtalk","dingtalk-golang-sdk","dingtalk-robot","dingtalk-sdk","golang"],"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/la3rence.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}},"created_at":"2021-03-17T07:43:49.000Z","updated_at":"2023-03-07T16:15:05.000Z","dependencies_parsed_at":"2023-12-18T09:55:27.443Z","dependency_job_id":"a8f642f9-9e3f-4359-ba5f-7cba3fc492ab","html_url":"https://github.com/la3rence/dingtalkbot-sdk","commit_stats":null,"previous_names":["la3rence/dingtalkbot-sdk","lonor/dingtalkbot-sdk"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/la3rence/dingtalkbot-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fdingtalkbot-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fdingtalkbot-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fdingtalkbot-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fdingtalkbot-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/la3rence","download_url":"https://codeload.github.com/la3rence/dingtalkbot-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/la3rence%2Fdingtalkbot-sdk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265365650,"owners_count":23753368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","dingtalk-golang-sdk","dingtalk-robot","dingtalk-sdk","golang"],"created_at":"2024-11-16T00:17:42.516Z","updated_at":"2025-12-15T10:50:59.451Z","avatar_url":"https://github.com/la3rence.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DingTalk Robot SDK (Go)\n\n## Usage\n\n```shell\nexport DINGTALK_TOKEN=\"change me\"\nexport DINGTALK_SECRET=\"change me\"\n```\n\nTest sending messages:\n\n```shell\ngo test ./... -v\n```\n\nSend messages with this SDK in Go:\n\n```shell\ngo get -u github.com/Lonor/dingtalkbot-sdk\n```\n\n```go\npackage main\n\nimport (\n\tsdk \"github.com/Lonor/dingtalkbot-sdk\"\n\t\"os\"\n)\n\nfunc main() {\n\tbot := sdk.NewDingBot(os.Getenv(\"DINGTALK_TOKEN\"), os.Getenv(\"DINGTALK_SECRET\"))\n\t_ = bot.SendSimpleText(\"hello world\")\n}\n```\n\n## LICENSE\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fla3rence%2Fdingtalkbot-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fla3rence%2Fdingtalkbot-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fla3rence%2Fdingtalkbot-sdk/lists"}