A server that runs Twisted plugins on Github webhook requests.
- Write a plugin that implements
txghbot.IWebhookand make it accessible totwisted.plugin. - Put the secret in a file, such as
.dev/secret, or in an environment variable twist txghbot --secret-from-path=.dev/secretortwist txghbot --secret-from-env=THE_SECRET_VAR