brobbot-instance

1.1.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i brobbot-instance

Weekly Downloads

1

Version

1.1.0

License

MIT

Last publish

Collaborators

  • b3nj4m