Home

Awesome

Hubot Yammer Adapter

Build Status

Description

This is the Yammer adapter for Hubot that allows communication in Yammer public groups.

Installation

Yammer account and token

Usage

You will need to set environment variables to use this adapter:

Heroku

% heroku config:add HUBOT_YAMMER_ACCESS_TOKEN="access_token"
% heroku config:add HUBOT_YAMMER_GROUPS="groups list"

You will also need to change the process type from `app` to `web` in the `Procfile`.

Non-Heroku environment variables

% export HUBOT_YAMMER_ACCESS_TOKEN="access_token"
% export HUBOT_YAMMER_GROUPS="groups list"

Contribute

Just send a pull request if needed or file an issue!

Copyright

Copyright © Aurélien Thieriot. See LICENSE for details.

Thanks

Mikeal for his great and simple libraries node-yammer

Mathilde Lemee from wich I shamefully fork the code of hubot-twitter

Bitdeli Badge