hubot-basecamp-3
v1.0.2
Published
Basecamp 3 Campfire adapter for Hubot.
Downloads
11
Readme
hubot-basecamp-3
This is a Hubot adapter to use with Basecamp 3.
Installation
You'll first need a Hubot instance set up. Follow the instructions at https://hubot.github.com/docs/.
When it asks for theBot adapter
, specifybasecamp-3
.Open a Basecamp and click on
Settings
in the top right corner.Choose the
Configure Chatbots
option.Add a new chatbot and point the
Command URL
to your Hubot host, with a path of/hubot/bc3
.
e.g. if your Hubot instance lives atinternal.domain
, set the URL tohttp://internal.domain/hubot/bc3
.Launch Hubot like so:
./bin/hubot --adapter basecamp-3
.