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.
- Host: GitHub
- URL: https://github.com/toastdriven/dashbot
- Owner: toastdriven
- License: other
- Created: 2010-08-14T07:03:32.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-08-14T07:07:00.000Z (over 15 years ago)
- Last Synced: 2025-06-07T16:54:56.145Z (11 months ago)
- Language: JavaScript
- Homepage: http://djangodash.com/
- Size: 85.9 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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``.