brobbot-instance
v1.1.0
Published
Create an instance of brobbot
Downloads
3
Readme
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.