Skip to content

strugee/hubot-bridge

Repository files navigation

hubot-bridge

Build Status Coverage Status Greenkeeper badge

Accept Hubot commands that come over a bridge to another chatroom. Assumes bridge messages are in the form:

[<username>] <message>

Installation

In you Hubot project repo, run:

npm install --save hubot-bridge

Then add hubot-bridge to your external-scripts.json:

[
  "hubot-bridge"
]

Lastly, configure the username that the bridge user uses by setting HUBOT_BRIDGE_USER in the environment your Hubot runs in.

License

LGPL 3.0+

Author

AJ Jordan alex@strugee.net