Basecamp 3 Campfire adapter for Hubot.
This is a Hubot adapter to use with Basecamp 3.
You’ll first need a Hubot instance set up. Follow the instructions at https://hubot.github.com/docs/.
When it asks for the Bot adapter
, specify basecamp-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 at internal.domain
, set the URL to http://internal.domain/hubot/bc3
.
Launch Hubot like so: ./bin/hubot --adapter basecamp-3
.