https://github.com/tedpearson/troggie
An IRC Bot based on PircBot that implements Infobot features. Originally written in Java, now migrating to Scala.
https://github.com/tedpearson/troggie
Last synced: about 2 months ago
JSON representation
An IRC Bot based on PircBot that implements Infobot features. Originally written in Java, now migrating to Scala.
- Host: GitHub
- URL: https://github.com/tedpearson/troggie
- Owner: tedpearson
- Created: 2012-02-27T05:26:54.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-23T03:23:17.000Z (about 13 years ago)
- Last Synced: 2025-02-01T20:11:33.442Z (4 months ago)
- Language: Scala
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Troggie
=======Troggie is an IRC Bot that was originally written to implement Factoids, the
main feature of [infobot](http://infobot.org/). It quickly expanded to include
several useful plugins such as a last time seen plugin, displaying titles of
URLs, weather lookups, Google search/translate/calc, along with a few lesser ones.[PircBot](http://www.jibble.org/pircbot.php) is the base IRC library. Troggie was
originally written in Java using Apache Derby (now JavaDB). It then was migrated
to SQLite for the reduced memory footprint. Now it's being rewritten in Scala
using [Akka](http://akka.io/) for better concurrency (and to increase my Scala
proficiency).