txghbot.__init__ module documentationtxghbot
| Interface | IWebhook | A Github webhook. |
| Function | makeWebhookDispatchingResource | Creates a txghbot._core.WebhookDispatchingResource
instance. |
| Class | WebhookDispatchServiceMaker | Make the web hook dispatching twisted.application.service.Service |
Creates a txghbot._core.WebhookDispatchingResource
instance.
| Parameters | secretKey | The secret key that Github HMACs each request body with. See the Github
docs. (type: bytes) |
| hooks | Sequence of txghbot._core.IWebhook (type: The hooks to possibly run upon receiving an event.) | |
| Returns | Returns the event dispatch resource. (type: txghbot._core.WebhookDispatchingResource) | |