Skip to content
This repository has been archived by the owner on Dec 21, 2018. It is now read-only.

Latest commit

 

History

History
49 lines (28 loc) · 849 Bytes

README.mkd

File metadata and controls

49 lines (28 loc) · 849 Bytes

standup-irc

Summary

The irc bot to got with Standup.

Install

Clone the repository:

$ git clone https://github.com/mythmon/standup-irc
$ cd standup-irc

Get the dependencies:

$ npm install .

Configure

Next you need to configure standup-irc:

$ cp config.ini.example config.ini

Now edit config.ini with your favorite editor.

There are comments in the config file regarding the various properties.

Run

After you've configured it, you can run it like this:

$ node standup-irc.js

Alternatively, you can run this by specifying the config file explicitly:

$ node standup-irc.js --config=/path/to/config.ini