https://github.com/connormac/hooked
Simple webhook testing app and docker setup
https://github.com/connormac/hooked
simple testing webhook webhooks
Last synced: over 1 year ago
JSON representation
Simple webhook testing app and docker setup
- Host: GitHub
- URL: https://github.com/connormac/hooked
- Owner: ConnorMac
- Created: 2018-08-27T07:43:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T07:45:19.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T18:29:33.305Z (over 1 year ago)
- Topics: simple, testing, webhook, webhooks
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hooked
Simple webhook testing app and docker setup
## Docker setup
```
docker run -d -p 0.0.0.0:5001:5001 --name hooked connormac/hooked
```
## Local setup
```
python hooked.py
```