egonw / rednael

IRC bot that propagates Git commit messages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IRC bot for messaging about Git commits posted via RSS
------------------------------------------------------

License: GNU AFFERO GENERAL PUBLIC LICENSE, Version 3
    see: http://www.fsf.org/licensing/licenses/agpl-3.0.html

Depends on ROME for RSS handling (license:P), which depends on JDOM (license:?), and on PircBot (license:GPL).

URLs
----

http://wiki.java.net/bin/view/Javawsxml/Rome
http://www.jdom.org/
http://www.jibble.org/pircbot.php

Compile
-------

javac -cp jar/rome-1.0.jar:jar/pircbot.jar:jar/rome-fetcher-1.0.jar src/com/github/egonw/rednael/*.java

Run
---

java -cp src:jar/ant.jar:jar/jaxen-core.jar:jar/jaxen-jdom.jar:jar/jdom.jar:jar/pircbot.jar:jar/rome-1.0.jar:jar/rome-fetcher-1.0.jar:jar/saxpath.jar:jar/xalan.jar:jar/xerces.jar:jar/xml-apis.jar com.github.egonw.rednael.LeanderBot

About

IRC bot that propagates Git commit messages.


Languages

Language:Java 100.0%