Hubot brain that stores the brain in orchestrate.io
- Install:
npm install orchestrate-brain - Configure (see below)
- Add
orchestrate-brainto external-scripts.json in your hubot directory - Fire up your hubot
# Required, need an api key to talk to Orchestrate.
export ORCHESTRATE_API_KEY="[your orchestrate api key]"
# Optional, defaults to 'hubot:brain'
export ORCHESTRATE_COLLECTION="hubot:brain"