0.1.1 • Published 12 years ago
hubot-lingr v0.1.1
Hubot Lingr Adapter
This is the Lingr adapter for Hubot that allows you to interact with the Lingr bots.

Installation
- Add
hubot-lingras a dependency inpackage.json - Install dependencies with
npm install - Run hubot with
bin/hubot -a lingr(inProcfileif you run on Heroku)
Usage
Configuration
You need the following environment variables to configure hubot:
HUBOT_LINGR_BOT: Bot id of your Lingr botHUBOT_LINGR_SECRET: Secret Key of your Lingr botHUBOT_LINGR_ENDPOINT: (Optional) API path to serve Hubot commands. Defaults to/hubot/lingr
Bot Settings
Once you run hubot with the configuration above, you should set http://you.example.com/hubot/lingr as a callback URL on Lingr bot configuration screen.

License
MIT License
Copyright
Tatsuhiko Miyagawa, 2014