Skip to content
This repository has been archived by the owner on Jan 19, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.22 KB

hubot-groupme-http

No Maintenance Intended

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