{"id":15371812,"url":"https://github.com/xescugc/github-webhooks","last_synced_at":"2026-05-15T22:04:06.768Z","repository":{"id":149594548,"uuid":"96613195","full_name":"xescugc/github-webhooks","owner":"xescugc","description":"A server to attach to GitHub webhooks written in go","archived":false,"fork":false,"pushed_at":"2017-08-21T06:44:00.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-11T01:18:03.200Z","etag":null,"topics":["github","go","golang","webhooks"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xescugc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-07-08T10:52:16.000Z","updated_at":"2017-07-10T08:31:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"5845ba16-f9ff-47ba-9e86-045895e488f3","html_url":"https://github.com/xescugc/github-webhooks","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"e054619418edd70c92335441a6a545370b257713"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xescugc/github-webhooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xescugc%2Fgithub-webhooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xescugc%2Fgithub-webhooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xescugc%2Fgithub-webhooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xescugc%2Fgithub-webhooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xescugc","download_url":"https://codeload.github.com/xescugc/github-webhooks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xescugc%2Fgithub-webhooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005929,"owners_count":26083984,"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-10-10T02:00:06.843Z","response_time":62,"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":["github","go","golang","webhooks"],"created_at":"2024-10-01T13:48:52.975Z","updated_at":"2025-10-11T01:18:05.397Z","avatar_url":"https://github.com/xescugc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-webhooks\n\n[![GoDoc](https://godoc.org/github.com/XescuGC/github-webhooks?status.svg)](https://godoc.org/github.com/XescuGC/github-webhooks)\n[![Build Status](https://travis-ci.org/XescuGC/github-webhooks.svg?branch=master)](https://travis-ci.org/XescuGC/github-webhooks)\n\nThis is a simple web server that handles Github Webhooks and returns structured objects for each event.\n\n## Usage\n\n```bash\n$\u003e go get github.com/XescuGC/github-webhooks\n```\n\n\n```go\n wh := webhooks.New(3000, []string{\"project_card\"})\n go wh.Start()\n for {\n  select {\n  case e := \u003c- webhooks.ProjectCards\n  // deal with the event e\n  }\n }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxescugc%2Fgithub-webhooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxescugc%2Fgithub-webhooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxescugc%2Fgithub-webhooks/lists"}