{"id":16743433,"url":"https://github.com/gabfl/webhook","last_synced_at":"2025-04-10T13:32:51.799Z","repository":{"id":36984981,"uuid":"164171093","full_name":"gabfl/webhook","owner":"gabfl","description":"Easily test webhooks and other HTTP requests","archived":false,"fork":false,"pushed_at":"2023-05-08T21:26:01.000Z","size":1106,"stargazers_count":17,"open_issues_count":1,"forks_count":10,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-24T12:12:31.327Z","etag":null,"topics":["python3","sqlite","webhook-service","webhooks"],"latest_commit_sha":null,"homepage":"https://webhook.link","language":"Python","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/gabfl.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-05T01:30:48.000Z","updated_at":"2024-04-03T15:08:41.000Z","dependencies_parsed_at":"2025-02-17T08:31:38.187Z","dependency_job_id":"17a9b895-bec2-4f56-8bea-1e0e24b41653","html_url":"https://github.com/gabfl/webhook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabfl%2Fwebhook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabfl%2Fwebhook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabfl%2Fwebhook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabfl%2Fwebhook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabfl","download_url":"https://codeload.github.com/gabfl/webhook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225712,"owners_count":21068078,"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","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":["python3","sqlite","webhook-service","webhooks"],"created_at":"2024-10-13T01:27:01.126Z","updated_at":"2025-04-10T13:32:51.767Z","avatar_url":"https://github.com/gabfl.png","language":"Python","readme":"# webhook\n\n[![Build Status](https://github.com/gabfl/webhook/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/gabfl/webhook/actions)\n[![codecov](https://codecov.io/gh/gabfl/webhook/branch/main/graph/badge.svg)](https://codecov.io/gh/gabfl/webhook)\n[![MIT licensed](https://img.shields.io/badge/license-MIT-green.svg)](https://raw.githubusercontent.com/gabfl/webhook/main/LICENSE)\n\nWebhook is an open source project available at [https://webhook.link](https://webhook.link).\n\nIt allows you to easily test webhooks and other HTTP requests and log their attributes and payloads.\n\n## Usage example\n\nThis projects generates random ephemeral routes like `/3989c985-0659-4c2d-b38f-9d83d74fe0bb`.\n\nYou can send any HTTP request to the route, for example:\n\n```bash\ncurl -X POST https://webhook.link/3989c985-0659-4c2d-b38f-9d83d74fe0bb \\\n-H \"Content-Type: application/json\" \\\n-H \"X-MyHeader: 123\" \\\n-d '{\"hello\": \"world\", \"is_true\": true}'\n```\n\nAnd the result will be available on `/inspect/3989c985-0659-4c2d-b38f-9d83d74fe0bb`:\n\n![Demo](img/screenshot.png?raw=true)\n\n\n## Installation\n\n```bash\n$ cd webhook/\n$ pip3 install -r requirements.txt\n$ python3 -m src\n```\n\n## Try it out in docker\n* Build the image: `docker build webhook:latest .`\n* Run the image: `docker run -it --rm -p 5000:5000 webhook:latest`\n* [Open in browser](http://localhost:5000)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabfl%2Fwebhook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabfl%2Fwebhook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabfl%2Fwebhook/lists"}