Skip to content

ryantruitt/hubot-groupme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Groupme

npm

Groupme adapter for hubot

Installation

In your hubot repo, run: npm install --save hubot-groupme

Running

To use this adapter run hubot with the adapter argument

./bin/hubot -a groupme

Or set the adapter environment variable

export HUBOT_ADAPTER="groupme"

Configuration

Three environment variables must be set. You can get these by creating a bot on the GroupMe API bot page

  • HUBOT_GROUPME_ROOM_ID: a GroupMe chat room ID. ex: "111222"
  • HUBOT_GROUPME_TOKEN: a GroupMe access token. ex: "mFKYryFoTjdPkKGd9shvjwnMunSSOLvhs44498Fc"
  • HUBOT_GROUPME_BOT_ID: a GroupMe bot ID token. ex: "66J7ZcVwlRTqEQvdSLNnmV69wV"

Source

Forked from cdzombak/hubot-groupme-http to support the updated Groupme V3 API

About

GroupMe adapter for hubot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 100.0%