Announce Trac changes to IRC via Irker
Description
This is a plugin to announce Trac changes via Irker. Irker is an IRC client that runs as a daemon accepting notification requests as JSON objects presented to a listening socket.
Bugs/Feature Requests
Please use GitHub for any issues you have with this plugin.
Download
Download the zipped source from here.
Source
You can clone from here using git, or browse the source on GitHub.
Installation
Deploy to a specific Trac environment:
cd /path/to/pluginsource
python setup.py bdist_egg
cp dist/*.egg /path/to/projenv/plugins
Enable plugin in your trac.ini
file:
[components] irker_notification.* = enabled
Configuration in trac.ini:
[irker] host = localhost port = 6659 target = irc://localhost/#commits
For more information, please follow the documentation on how to install Trac plugins.
Author/Contributors
Last modified 9 years ago
Last modified on Aug 20, 2015, 8:31:25 AM