benadida / teamstatus

status summarizer from IRC
ISC License
17 stars 8 forks source link

teamstatus is a status dashboard builder based on irc.

This code heavily borrows from Lloyd's ircloggr.

Software Prerequisites

Testing & Development

The web server

  1. Install node.js
  2. git clone this repository
  3. npm install
  4. install mysql, create a teamstatus database, grant all privs to teamstatus user
  5. PORT=8080 npm start

Visit http://127.0.0.1:8080/ in your browser

The logger daemon

  1. SERVERS=irc.freenode.net=teamstatus_test bin/teamstatus_log

Now log into irc.freenode.net #teamstatus_test and notice that your utterances are visible through the web view.

Ignore certain users

Bots get into fights. It's not pretty. Best to have them not fight one another by listing other bots so status knows about them.

  1. OTHER_BOTS=jenkins,qatestbot

Deployment

Now that you've got it running, deployment on any provider should be pretty straightforward. Here are steps to get up and running on heroku:

you should be running! now let's configure a room and the daemon