hubot-bridge
v1.0.0
Published
Accept Hubot commands that come over a bridge to another chatroom
Downloads
5
Readme
hubot-bridge
Accept Hubot commands that come over a bridge to another chatroom. Assumes bridge messages are in the form:
[]
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
Alex Jordan [email protected]