ammen99 / github-irc-webhook

A simple python server to listen for Github webhooks and send IRC notifications
GNU General Public License v3.0
2 stars 3 forks source link

Send notifications from GitHub to IRC

A very simple IRC bot. Requires requests and python3. First adjust the port/server/etc in src/config.py, then start the bot by running python3 src/bot.py.

You also need to instruct GitHub to send events to the bot. Go to Settings -> Webhooks and add a new webhook with a type application/json to your server and the port you configured in src/config.py.