Yammer adapter for Hubot oauth2
This is the Yammer adapter for hubot that allows you to send an tweet to your Hubot and he will send an tweet back with the response.
- Add
hubot-yam
as a dependency in your hubot'spackage.json
- Install dependencies with
npm install
- Run hubot with
bin/hubot -a yam
You will need to change the process type from app
to web
in the Procfile
.
You will need to set some environment variables to use this adapter.
% heroku config:add HUBOT_YAM_TOKEN="token"
% heroku config:add HUBOT_YAM_GROUP="your group"
% export HUBOT_YAM_TOKEN="token"
% export HUBOT_YAM_GROUP="your group"
Then you will need to set the HTTP endpoint on Twitter to point to your server
and make sure the request type is set to GET
.
Just send pull request if needed or fill an issue !
see LICENSE