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.
- Host: GitHub
- URL: https://github.com/dsully/derpbird
- Owner: dsully
- License: other
- Created: 2011-10-15T20:37:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-06-12T17:25:37.000Z (about 13 years ago)
- Last Synced: 2023-04-11T21:29:49.298Z (about 3 years ago)
- Language: Scala
- Homepage:
- Size: 108 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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