public
Description: DBIC-based IRC bot for various little things
Homepage:
Clone URL: git://github.com/jasonmay/dataninja.git
name age message
file .gitignore Mon May 04 19:09:02 -0700 2009 build some config if none exists [jasonmay]
file Changes Thu May 07 21:37:41 -0700 2009 update Changes [jasonmay]
file Makefile.PL Wed Sep 30 16:56:39 -0700 2009 Add Japanese transliteration plugin [Shawn M Moore]
file README Mon Jun 22 13:36:12 -0700 2009 change description in README (also testing edit... [jasonmay]
file TODO Thu May 07 21:26:23 -0700 2009 TODO [jasonmay]
directory bin/ Tue Aug 11 18:53:19 -0700 2009 cleanup [jasonmay]
directory doc/ Tue May 05 15:53:49 -0700 2009 provide schema skeletons for both postgresql an... [jasonmay]
directory example/ Thu May 07 20:29:03 -0700 2009 express warnings about nonworking code in the e... [jasonmay]
directory lib/ Tue Nov 03 19:26:05 -0800 2009 decode the html-escaped tweet output [jasonmay]
directory t/ Sun May 10 15:36:59 -0700 2009 doing this is bad. I learned my lesson [jasonmay]
README
Dataninja is a DBIC-based IRC bot for various little things.

----------------------------------------

To use Dataninja, run the following commands:

perl Makefile.PL
sudo make installdeps (if indicated to do so)
make test (optional)
make
sudo make install

----------------------------------------

A script (dataninja.pl) will be installed for you to use.