1.1.0 • Published 10 years ago

brobbot-instance v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago