Simply modify http_router.zsh to include a test for the new event. Pull needed bits out of jason.
- Modify
http_router.zshas needed. - Start
nc -vvlp 7000to catch the rpc message in one terminal. - Run
http.zshin another terminal. - Copy the webhook from the github interface to
test.body - Run
test.curlto submit the webhook intest.bodytohttp.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.