Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
github2fedmsg - Pubsubhubbub app that rebroadcasts GH events over fedmsg
- Description:
It is a web application that monitors GitHub repositories you subscribe it to.
When new actions (commits, pull-request, tickets) are made, it broadcasts a
message on the fedmsg message bus.
It is written in Python on the Pyramid framework, and uses velruse to talk with
GitHub. It adds a webhook callback back to itself on repositories you ask it
to monitor. When one of those callbacks fire, github2fedmsg republishes the
message it receives to the fedmsg bus.
Packages