{"id":21291883,"url":"https://github.com/idea2app/lark-github-bot","last_synced_at":"2026-02-17T11:31:41.277Z","repository":{"id":257960572,"uuid":"868107942","full_name":"idea2app/Lark-GitHub-bot","owner":"idea2app","description":"Lark/FeiShu notification bot based on GitHub actions, which is an Open-source alternative of the official GitHub assistant (disabled for new users in FeiShu).","archived":false,"fork":false,"pushed_at":"2025-12-17T13:55:14.000Z","size":30,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-21T01:11:50.984Z","etag":null,"topics":["alternative","assistant","bot","chat","ci-cd","feishu","github","lark","message","notification","workflow"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idea2app.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}},"created_at":"2024-10-05T13:53:54.000Z","updated_at":"2025-12-17T13:55:18.000Z","dependencies_parsed_at":"2025-03-16T00:31:49.978Z","dependency_job_id":null,"html_url":"https://github.com/idea2app/Lark-GitHub-bot","commit_stats":null,"previous_names":["idea2app/lark-github-bot"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/idea2app/Lark-GitHub-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FLark-GitHub-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FLark-GitHub-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FLark-GitHub-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FLark-GitHub-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idea2app","download_url":"https://codeload.github.com/idea2app/Lark-GitHub-bot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idea2app%2FLark-GitHub-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29542522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["alternative","assistant","bot","chat","ci-cd","feishu","github","lark","message","notification","workflow"],"created_at":"2024-11-21T13:46:34.264Z","updated_at":"2026-02-17T11:31:41.270Z","avatar_url":"https://github.com/idea2app.png","language":null,"readme":"# Lark GitHub bot\n\n[Lark][1]/[FeiShu][2] notification bot based on [GitHub actions][3], which is an Open-source alternative of the official [GitHub assistant][4] (disabled for new users in FeiShu).\n\n[![Lark notification](https://github.com/idea2app/Lark-GitHub-bot/actions/workflows/Lark-notification.yml/badge.svg)][5]\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][6]\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][7]\n\n## Supported events\n\n1. Push\n2. Issues\n   1. opened\n   2. reopened\n   3. edited\n   4. transferred\n   5. labeled\n   6. unlabeled\n   7. assigned\n   8. unassigned\n   9. closed\n3. Pull request\n   1. opened\n   2. reopened\n   3. edited\n   4. labeled\n   5. unlabeled\n   6. assigned\n   7. unassigned\n   8. closed\n4. Issue comment\n   1. created\n   2. edited\n5. Release\n   1. published\n\n## Usage\n\nFirst, create set up a repository as described below,\nthen set the Web hook URL of your Lark custom bot to `LARK_CHATBOT_HOOK_URL` secret variable in your GitHub repository settings.\n\n### New repository\n\nClick the [\u003ckbd\u003eUse this template\u003c/kbd\u003e][8] button on the top of this GitHub repository's home page to create your own repository.\n\n### Old repository\n\nNPM compatible environment for example:\n\n```shell\nnpm i pnpm -g\n\ncd /path/to/your/git/repository/root\n\npnpx git-utility download https://github.com/idea2app/Lark-GitHub-bot main .github/ .github/\n```\n\n## Acknowledgement\n\n- https://github.com/foxundermoon/feishu-action\n\n[1]: https://www.larksuite.com/\n[2]: https://www.feishu.cn/\n[3]: https://github.com/features/actions\n[4]: https://app.larksuite.com/app/cli_9c4b6daaa4bad106\n[5]: https://github.com/idea2app/Lark-GitHub-bot/actions/workflows/Lark-notification.yml\n[6]: https://codespaces.new/idea2app/Lark-GitHub-bot\n[7]: https://gitpod.io/?autostart=true#https://github.com/idea2app/Lark-GitHub-bot\n[8]: https://github.com/new?template_name=Lark-GitHub-bot\u0026template_owner=idea2app\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea2app%2Flark-github-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidea2app%2Flark-github-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidea2app%2Flark-github-bot/lists"}