Skip to content

this is very new and hacky and you probably shouldn't use it. (but it does kinda mostly work.)

Notifications You must be signed in to change notification settings

mkpowers/hubot-groupme-http

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hubot-groupme-http

Connect Hubot to a GroupMe group, using GroupMe's (undocumented, not-really-public) HTTP(S) API.

Alternative

Probably a better choice: see jkarmel/hubot-groupme, which requires a (paid-for, but inexpensive) Twilio account.

Setup

Add this repo as a dependency of your Hubot repo: "hubot-groupme-http": "git://github.com/cdzombak/hubot-groupme-http.git#master"

And npm install.

Configuration

Two environment variables must be set:

  • HUBOT_GROUPME_ROOM_IDS: a string of GroupMe chat room IDs, separated by commas. ex: "111222,333444"
  • HUBOT_GROUPME_TOKEN: a GroupMe access token. ex: "mFKYryFoTjdPkKGd9shvjwnMunSSOLvhs44498Fc"

See Finding Your Access Token and Finding Your Group ID.

TODO

About

this is very new and hacky and you probably shouldn't use it. (but it does kinda mostly work.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 100.0%