{"id":21365940,"url":"https://github.com/seanghay/serve-github-webhook","last_synced_at":"2025-08-17T08:03:45.827Z","repository":{"id":39303429,"uuid":"506893998","full_name":"seanghay/serve-github-webhook","owner":"seanghay","description":"Send GitHub Webhook events to Telegram","archived":false,"fork":false,"pushed_at":"2022-06-24T16:35:31.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-06T12:45:23.921Z","etag":null,"topics":["github-webhooks","octokit","telegram","telegram-bot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seanghay.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":"2022-06-24T05:54:21.000Z","updated_at":"2023-06-11T03:39:28.000Z","dependencies_parsed_at":"2022-09-01T11:10:46.331Z","dependency_job_id":null,"html_url":"https://github.com/seanghay/serve-github-webhook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seanghay/serve-github-webhook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fserve-github-webhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fserve-github-webhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fserve-github-webhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fserve-github-webhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanghay","download_url":"https://codeload.github.com/seanghay/serve-github-webhook/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanghay%2Fserve-github-webhook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270820793,"owners_count":24651534,"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-17T02:00:09.016Z","response_time":129,"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-webhooks","octokit","telegram","telegram-bot"],"created_at":"2024-11-22T07:13:15.178Z","updated_at":"2025-08-17T08:03:45.654Z","avatar_url":"https://github.com/seanghay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Serve GitHub Webhooks\n\nAn HTTP server for handling GitHub Webhooks event to Telegram Chat/Group/Channel.\n\n\n## Features\n\n- Using Markdown \u0026 Handlebars template engine for building messages.\n- File-based GitHub events (`src/events/issues/closed.md` will be `issues.closed`)\n\n\n### Deployment\n\nEnvironment variables\n\n```env\nNTBA_FIX_319=1\nNODE_ENV=development\nPORT=8080\nGH_WEBHOOK_SECRET=my_secret\nTG_BOT_TOKEN=1234:xxx\nTG_CHAT_ID=1234\n\n# EventSource Debugging URL\nDEBUG_EVENT_SOURCE_URL=\n```\n\n\n## Docker Compose\n\n\n```yml\nversion: '3'\n\nservices:\n  app:\n    image: ghcr.io/seanghay/serve-github-webhook:main\n    restart: unless-stopped\n    ports:\n      - \"127.0.0.1:8088:8080\"\n    env_file:\n      - .env\n```\n\n## API Endpoint\n\n\n```toml\n[api]\nurl = \"http://localhost:8080/api/github/webhooks\"\nmethod = \"POST\"\n```\n\n---\n\n# Snapshots\n\n## issue_comment\n\n### action: `created`\n\n💬 **Codertocat** commented on an issue in `Hello-World`.\n\n**Spelling error in the README file**\n\nYou are totally right! I'll get this fixed right away.\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/issues/1#issuecomment-492700400)\n\n---\n\n### action: `created`\n\n💬 **Codertocat** commented on an issue in `Hello-World`.\n\n**Spelling error in the README file**\n\nYou are totally right! I'll get this fixed right away.\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/issues/1#issuecomment-492700400)\n\n---\n\n### action: `created`\n\n💬 **Codertocat** commented on an issue in `Hello-World`.\n\n**Spelling error in the README file**\n\nYou are totally right! I'll get this fixed right away.\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/issues/1#issuecomment-492700400)\n\n---\n\n### action: `created`\n\n💬 **Codertocat** commented on an issue in `Hello-World`.\n\n**Spelling error in the README file**\n\nYou are totally right! I'll get this fixed right away.\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/issues/1#issuecomment-492700400)\n\n---\n\n\n## issues\n\n### action: `opened`\n\n🐞 **Codertocat** opened 🤝 an issue in `Hello-World`.\n\n**Spelling error in the README file**\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/issues/1)\n\n---\n\n### action: `opened`\n\n🐞 **Codertocat** opened 🤝 an issue in `Hello-World`.\n\n**Spelling error in the README file**\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/issues/1)\n\n---\n\n### action: `opened`\n\n🐞 **Codertocat** opened 🤝 an issue in `Hello-World`.\n\n**Spelling error in the README file**\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/issues/1)\n\n---\n\n### action: `opened`\n\n🐞 **Codertocat** opened 🤝 an issue in `Hello-World`.\n\n**Spelling error in the README file**\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/issues/1)\n\n---\n\n\n## issues\n\n### action: `reopened`\n\n🐞 **Codertocat** reopened 🤞 an issue in `Hello-World`.\n\n**Spelling error in the README file**\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/issues/1)\n\n---\n\n\n## package\n\n### action: `published`\n\n📦 A new package has published\n\n---\n\n\n## pull_request\n\n### action: `opened`\n\nℹ️ **Codertocat** open a pull request in `Hello-World`.\n\n**Update the README with new information.**\nThis is a pretty simple change that we need to pull into master.\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/pull/2)\n\n---\n\n### action: `opened`\n\nℹ️ **Codertocat** open a pull request in `Hello-World`.\n\n**Update the README with new information.**\n\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/pull/2)\n\n---\n\n### action: `opened`\n\nℹ️ **Codertocat** open a pull request in `Hello-World`.\n\n**Update the README with new information.**\nThis is a pretty simple change that we need to pull into master.\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/pull/2)\n\n---\n\n\n## release\n\n### action: `created`\n\n🚀 **Codertocat** created a release **** `Hello-World` \n\n\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/releases/tag/0.0.1)\n\n---\n\n### action: `created`\n\n🚀 **Codertocat** created a release **** `Hello-World` \n\n\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/releases/tag/0.0.1)\n\n---\n\n### action: `created`\n\n🚀 **Codertocat** created a release **** `Hello-World` \n\n\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/releases/tag/0.0.1)\n\n---\n\n\n## release\n\n### action: `edited`\n\n🚀 **Codertocat** edit a release **** `Hello-World` \n\n\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/releases/tag/0.0.1)\n\n---\n\n### action: `edited`\n\n🚀 **Codertocat** edit a release **** `Hello-World` \n\n\n\n[View on GitHub](https://github.com/Codertocat/Hello-World/releases/tag/0.0.1)\n\n---\n\n\n## repository\n\n### action: `created`\n\n📦 **Codertocat** created a **public** repository [Octocoders/Hello-World](https://github.com/Octocoders/Hello-World)\n\n[View on GitHub](https://github.com/Octocoders/Hello-World)\n\n\n\n\n---\n\n### action: `created`\n\n📦 **Codertocat** created a **public** repository [Octocoders/Hello-World](https://github.com/Octocoders/Hello-World)\n\n[View on GitHub](https://github.com/Octocoders/Hello-World)\n\n\n\n\n---\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanghay%2Fserve-github-webhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanghay%2Fserve-github-webhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanghay%2Fserve-github-webhook/lists"}