adnanh/webhook

webhook is a lightweight incoming webhook server to run shell commands

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 5th, 2026
Created on January 12th, 2015
Open Issues & Pull Requests: 127 (+0)
GitHub issues: Enabled
Number of forks: 875
Total Stargazers: 12,114 (+0)
Total Subscribers: 160 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.3 hours
Mean response time: 73.3 days
90th percentile: 89.4 days
Tracked items: 40

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 24
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 671 days
Stale 30+ days: 22
Stale 90+ days: 18

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (7)
  • documentation (3)
  • question (2)
  • help wanted (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

webhook is a lightweight incoming webhook server that runs shell commands in response to HTTP requests.

The tool solves the problem of triggering automated actions from external systems without building custom integration code. It works by listening for incoming HTTP POST requests on specified endpoints and executing predefined shell commands when those requests arrive. Requests can pass data through URL parameters, query strings, or JSON payloads, which the tool makes available to the executed commands through environment variables or command-line arguments. This allows webhook to act as a bridge between web services and local shell scripts or system commands.

webhook suits projects that need simple, event-driven automation without the overhead of a full CI/CD pipeline or custom application logic. It works well for deployment triggers, system administration tasks, repository hooks, and integrations between services that support webhooks. The tool is particularly valuable for teams that want to avoid writing HTTP server code and prefer to work with shell scripts they already maintain. It is designed for scenarios where lightweight, direct command execution is sufficient and where the security model of exposing specific endpoints to run predefined commands is acceptable.

The project shows consistent maintenance with regular updates addressing issues and improvements. Development activity includes ongoing bug fixes and feature enhancements that respond to user needs. The codebase remains actively refined, with attention paid to both functionality and reliability. The project maintains responsiveness to community feedback and reported problems.