hubot-google-hangouts
Version:
Adds 'hangout me' command to start a Google Hangout
25 lines (17 loc) • 807 B
Markdown
# Hubot Google Hangouts
```
[alindeman] hubot: hangout me
[hubot] I've started a hangout titled 'Hangout': https://plus.google.com/hangouts/_/example.com/123457
```
## Installation
1. Add `"hubot-google-hangouts"` to your hubot's `package.json`. The
latest version is available through [npm](https://npmjs.org/package/hubot-google-hangouts)
2. `npm install`
3. Add `"hubot-google-hangouts"` to your hubot's `external-scripts.json`
4. Set the [required configuration options](https://github.com/alindeman/hubot-google-hangouts/blob/master/src/hangouts.coffee)
## Configuration
* `HUBOT_GOOGLE_HANGOUTS_DOMAIN`: Google Apps domain used as a scope for Hangouts.
## Improvements
Improvements welcomed. Please file an
[issue](https://github.com/alindeman/hubot-google-hangouts/issues) or pull
request.