{"id":15903688,"url":"https://github.com/jimmycuadra/lita-github-web-hooks","last_synced_at":"2026-04-07T19:31:55.977Z","repository":{"id":14063948,"uuid":"16767189","full_name":"jimmycuadra/lita-github-web-hooks","owner":"jimmycuadra","description":"GitHub web hook integration for Lita.","archived":false,"fork":false,"pushed_at":"2014-04-17T08:24:50.000Z","size":220,"stargazers_count":9,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-11T19:21:19.274Z","etag":null,"topics":["chatops","github","github-api","lita","lita-handler","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/jimmycuadra.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":"2014-02-12T12:58:32.000Z","updated_at":"2023-12-05T15:18:50.000Z","dependencies_parsed_at":"2022-08-03T05:01:24.969Z","dependency_job_id":null,"html_url":"https://github.com/jimmycuadra/lita-github-web-hooks","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jimmycuadra/lita-github-web-hooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Flita-github-web-hooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Flita-github-web-hooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Flita-github-web-hooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Flita-github-web-hooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimmycuadra","download_url":"https://codeload.github.com/jimmycuadra/lita-github-web-hooks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimmycuadra%2Flita-github-web-hooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31526666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["chatops","github","github-api","lita","lita-handler","ruby"],"created_at":"2024-10-06T12:03:46.260Z","updated_at":"2026-04-07T19:31:55.953Z","avatar_url":"https://github.com/jimmycuadra.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lita-github-web-hooks\n\n**lita-github-web-hooks** integrates GitHub [Web Hooks](https://developer.github.com/webhooks/) with [Lita](http://www.lita.io/). It allows Lita to announce various GitHub activity in the chat.\n\n## Installation\n\nAdd lita-github-web-hooks to your Lita instance's Gemfile:\n\n``` ruby\ngem \"lita-github-web-hooks\"\n```\n\n## Configuration\n\n### Required attributes\n\n* `room_ids` (Array\u0026lt;String\u0026gt;) - An array of string room IDs. Events received from GitHub will be announced in every room defined by this attribute.\n* `user_ids` (Array\u0026lt;String\u0026gt;) - An array of string user IDs. Events received from GitHub will be sent to every user defined by this attribute.\n\n### Example\n\nHere is an example of what a configuration for Lita running on HipChat might look like.\n\n``` ruby\nLita.configure do |config|\n  config.handlers.github_web_hooks.room_ids = [\"12345_myroom\"]\n  config.handlers.github_web_hooks.user_ids = [\"12345_123456@chat.hipchat.com\"]\nend\n```\n\n## Usage\n\n**IMPORTANT: Only the ping, push, and watch hooks are implemented so far. The rest of the hooks will be coming when GitHub documents their payloads.**\n\n1. Specify which rooms and users you want GitHub activity announced to via the configuration attributes.\n1. Use GitHub's API or a repository's settings page to create a new hook for the events you're interested in. Set the \"Payoad URL\" to http://example.com/github-web-hooks, where example.com is the hostname where your Lita instance is running.\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmycuadra%2Flita-github-web-hooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimmycuadra%2Flita-github-web-hooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimmycuadra%2Flita-github-web-hooks/lists"}