https://github.com/strugee/hubot-bridge
Accept Hubot commands that come over a bridge to another chatroom
https://github.com/strugee/hubot-bridge
chat-room coffeescript hacktoberfest hubot hubot-bridge hubot-middleware hubot-script
Last synced: 4 months ago
JSON representation
Accept Hubot commands that come over a bridge to another chatroom
- Host: GitHub
- URL: https://github.com/strugee/hubot-bridge
- Owner: strugee
- License: lgpl-3.0
- Created: 2016-09-08T23:26:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T01:26:34.000Z (about 6 years ago)
- Last Synced: 2025-12-26T08:58:59.487Z (5 months ago)
- Topics: chat-room, coffeescript, hacktoberfest, hubot, hubot-bridge, hubot-middleware, hubot-script
- Language: CoffeeScript
- Homepage:
- Size: 387 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
README
# hubot-bridge
[](https://travis-ci.org/strugee/hubot-bridge)
[](https://coveralls.io/github/strugee/hubot-bridge?branch=master)
[](https://greenkeeper.io/)
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`:
```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