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

https://github.com/toastdriven/dashbot

A node.js-powered IRC bot for the Django Dash.
https://github.com/toastdriven/dashbot

Last synced: 11 months ago
JSON representation

A node.js-powered IRC bot for the Django Dash.

Awesome Lists containing this project

README

          

=======
dashbot
=======

Because the last thing you need during the competition is a heartless automaton
breathing down your neck...

Written for the 2010 Django Dash (http://djangodash.com/).

Requirements
------------

* node.js 0.1.103+
* node-irc

Installation:
-------------

* brew install node
* brew install npm
* npm install postgres
* npm install irc

Run it with ``node dashbot.js``.