jackellenberger / hubot-file-brain-utils

A simpleish hubot plugin that saves the brain to a json file, along with a few helpers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-file-brain-utils

A hubot file brain with support for cold and warm starts, as well as a few helpful commands.

Install

In your hubot instance, run the following:

npm install --save hubot-file-brain-utils

and then add hubot-file-brain-utils to external-scripts.json.

Usage

When starting Hubot, provide a directory path via the environment variable HUBOT_FILEBRAIN_PATH. This script will save Hubot state into a brain.json file in the directory provided.

About

A simpleish hubot plugin that saves the brain to a json file, along with a few helpers.


Languages

Language:CoffeeScript 91.6%Language:Shell 8.4%