Show HN: GitHub webhooks made easier to work with in python
1–2 of 2 posts
Re: Show HN: GitHub webhooks made easier to work with in python
#2Just decorate a function that you want to trigger on a particular event with @ghooks.events(*args) decorator, with args as the list of events that it should listen to.