An open API service indexing awesome lists of open source software.

https://github.com/dsully/derpbird

A Scala IRC bot.
https://github.com/dsully/derpbird

Last synced: 5 months ago
JSON representation

A Scala IRC bot.

Awesome Lists containing this project

README

          

Derpbird; An IRC bot inspired by 'douglbutt' and some #leaners.
----

Features:

* Join multiple servers & channels.

* Nickserv & channel passwords.

* Re-joining on kick or disconnect.

* Fetch Tweet via 'sup ' or 'http://twitter.com/...'

----

Requirements:

* A working JVM.

* A Maven install.

----

Config:

You must have two configurations:

* A Twitter config in: twitter4j.properties which contains:

oauth.consumerKey=
oauth.consumerSecret=
oauth.accessToken=
oauth.accessTokenSecret=

See http://twitter4j.org/en/configuration.html for more details.

* A bot configuration, see 'config.ini' for an example.

----

Compile & run:

* mvn package
* ./run