0.0.6 • Published 14 years ago
hubot-nurph v0.0.6
Hubot Nurph Adapter
Description
This is the Nurph adapter for Hubot.
Installation
- Add
hubot-nurphas a dependency in your hubot'spackage.json - Install dependencies with
npm install - Run hubot with `bin/hubot -a nurph
Note if running on Heroku
You will need to change the process type from app to web in the Procfile.
Usage
You will need to set some environment variables to use this adapter.
Heroku
% heroku config:add HUBOT_NURPH_TWITTER_ACCOUNT="account"
% heroku config:add HUBOT_NURPH_CHANNELS="channel, channel"
% heroku config:add HUBOT_NURPH_KEY="key"
% heroku config:add HUBOT_NURPH_SECRET="secret"
% heroku config:add HUBOT_NURPH_TOKEN="token"
% heroku config:add HUBOT_NURPH_TOKEN_SECRET="secret"Non-Heroku environment variables
% export HUBOT_NURPH_TWITTER_ACCOUNT="account"
% export HUBOT_NURPH_CHANNELS="channel, channel"
% export HUBOT_NURPH_KEY="key"
% export HUBOT_NURPH_SECRET="secret"
% export HUBOT_NURPH_TOKEN="token"
% export HUBOT_NURPH_TOKEN_SECRET="secret"Contribute
Here's the most direct way to get your work merged into the project.
- Fork the project
- Clone down your fork
- Create a feature branch
- Hack away and add tests, not necessarily in that order
- Make sure everything still passes by running tests
- If necessary, rebase your commits into logical chunks without errors
- Push the branch up to your fork
- Send a pull request for your branch
Copyright
Copyright © Neil Cauldwell. See LICENSE for details.