Skip to content

A simple python server to listen for Github webhooks and send IRC notifications

License

Notifications You must be signed in to change notification settings

ammen99/github-irc-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A simple python server to listen for Github webhooks and send IRC notifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages