0.0.2 • Published 10 years ago

hubot-yam v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

hubot-yam

Yammer adapter for Hubot oauth2

Description

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.

Installation

  • Add hubot-yam as a dependency in your hubot's package.json
  • Install dependencies with npm install
  • Run hubot with bin/hubot -a yam

Note if running on Heroku

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

Usage

You will need to set some environment variables to use this adapter.

Heroku

% heroku config:add HUBOT_YAM_TOKEN="token"
% heroku config:add HUBOT_YAM_GROUP="your group"

Non-Heroku environment variables

% 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.

Contribute

Just send pull request if needed or fill an issue !

License

see LICENSE

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago