Simply modify http_router.zsh to include a test for the new event. Pull needed bits out of jason
.
- Modify
http_router.zsh
as needed. - Start
nc -vvlp 7000
to catch the rpc message in one terminal. - Run
http.zsh
in another terminal. - Copy the webhook from the github interface to
test.body
- Run
test.curl
to submit the webhook intest.body
tohttp.zsh
The recommended method is to a Docker image with the included Dockerfile
.
Manual steps are basically running irc.zsh
and http.zsh
at the same time. Expose 8080/tcp
via a load balancer.