Connect Hubot to a GroupMe group, using GroupMe's (undocumented, not-really-public) HTTP(S) API.
Probably a better choice: see jkarmel/hubot-groupme, which requires a (paid-for, but inexpensive) Twilio account.
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
.
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.
- image upload support, per this script