{"id":30531746,"url":"https://github.com/jcrqr/github_webhooks","last_synced_at":"2025-08-27T09:22:54.909Z","repository":{"id":43932011,"uuid":"354025409","full_name":"jcrqr/github_webhooks","owner":"jcrqr","description":"⚓ Handle GitHub Webhooks with Deno and Deno Deploy.","archived":false,"fork":false,"pushed_at":"2022-02-13T16:53:53.000Z","size":5,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-17T16:39:50.535Z","etag":null,"topics":["deno","deno-deploy","github","github-webhooks"],"latest_commit_sha":null,"homepage":"https://deno.land/x/github_webhooks","language":"TypeScript","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/jcrqr.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":"2021-04-02T13:20:09.000Z","updated_at":"2024-01-15T07:39:38.000Z","dependencies_parsed_at":"2022-09-19T19:50:47.584Z","dependency_job_id":null,"html_url":"https://github.com/jcrqr/github_webhooks","commit_stats":null,"previous_names":["crqra/github_webhooks","jcrqr/github_webhooks","wtfiscrq/github_webhooks"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/jcrqr/github_webhooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrqr%2Fgithub_webhooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrqr%2Fgithub_webhooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrqr%2Fgithub_webhooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrqr%2Fgithub_webhooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcrqr","download_url":"https://codeload.github.com/jcrqr/github_webhooks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcrqr%2Fgithub_webhooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272314110,"owners_count":24912325,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deno","deno-deploy","github","github-webhooks"],"created_at":"2025-08-27T09:22:53.243Z","updated_at":"2025-08-27T09:22:54.899Z","avatar_url":"https://github.com/jcrqr.png","language":"TypeScript","readme":"# GitHub Webhooks\n\n\u003e Handle GitHub Webhooks with Deno and Deno Deploy.\n\n## Installation\n\n```typescript\nimport { on, webhooks } from \"https://deno.land/x/github_webhooks@0.1.0/mod.ts\";\n```\n\n## Example\n\nA more complete example can be found in [example/main.ts](/example/main.ts).\n\n```typescript\n// main.ts\n/// \u003creference lib=\"dom\" /\u003e\n/// \u003creference lib=\"dom.iterable\" /\u003e\nimport { on, webhooks } from \"https://deno.land/x/github_webhooks@0.1.0/mod.ts\";\n\nwebhooks()(\n  on(\"issue_comment\", ({ issue, comment }, _context) =\u003e {\n    console.info(\n      `@${comment.user.login} commented on issue #${issue.number}: ${comment.body}`,\n    );\n  }),\n);\n```\n\nRun the example:\n\n```bash\n$ deployctl run --libs=ns,fetchevent main.ts\n```\n\n## Contributing\n\nAll contributions are very welcome!\n\nIf you find any bug or have a feature request, please [open a new issue](https://github.com/crqra/github_webhooks/issues).\n\nFor code or documentation contributions, [fork this repository](https://github.com/crqra/github_webhooks/fork),\ndo your thing, and submit a [Pull Request](https://github.com/crqra/github_webhooks/pulls).\n\n## License\n\nThis project is released under the [MIT License](/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcrqr%2Fgithub_webhooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcrqr%2Fgithub_webhooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcrqr%2Fgithub_webhooks/lists"}