1.1.0 • Published 9 years ago

brobbot-instance v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

brobbot-instance

See brobbot-slack-instance to easily deploy an instance of brobbot for your Slack room.

Download and install

Create an instance of brobbot by downloading a release and installing dependencies:

curl https://codeload.github.com/b3nj4m/brobbot-instance/tar.gz/1.0.6 | tar -xz
cd brobbot-instance-1.0.6
npm install
./index.sh [args]

You will probably want to install an adapter. E.g. for Slack:

npm install --save brobbot-slack
BROBBOT_SLACK_TOKEN=myslacktoken ./index.sh -a slack

See the docs for more info.

1.1.0

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago