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

widelands/widelands_irc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 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.ini, 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.ini.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%