hubot-tetalab
v1.0.0
Published
A Tetalab adapter for hubot
Downloads
1
Readme
Hubot Twilio Adapter
Description
This is the Tetalab adapter for hubot that will connect to Tetalab barbabot chatroom and help people there.
Bascily, it's a hubot-gtalk adapter, with redefined regexp, and maybe more someday.
Installation
- Add
hubot-tetalab
as a dependency in your hubot'spackage.json
- Install dependencies with
npm install
- Run hubot with
bin/hubot -a tetalab
Usage
You will need to set some environment variables to use this adapter.
% export HUBOT_GTALK_PASSWORD=........
% export [email protected]
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