1.0.2 • Published 9 years ago

hubot-groupme-webhook v1.0.2

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

hubot-groupme-webhook

npm

Groupme adapter for hubot that uses the Groupme bot callback url instead of polling or using the push API

Installation

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

Running

To use this adapter run hubot with the adapter argument

./bin/hubot -a groupme-webhook

Or set the adapter environment variable

export HUBOT_ADAPTER="groupme-webhook"

Configuration

Three environment variables must be set:

  • HUBOT_GROUPME_GROUP_ID: a GroupMe group ID
  • HUBOT_GROUPME_TOKEN: a GroupMe access token
  • HUBOT_GROUPME_BOT_ID: a GroupMe bot ID
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago