Skip to content

An extensible bot for 37 Signals’ Campfire chat service

Notifications You must be signed in to change notification settings

genuitytech/campfire-bot

 
 

Repository files navigation

NOTE

The original author has now converted this to a gem as well, so you should use it now

Campfire Bot

This is a bot for 37 Signals’ Campfire chat service.

It has plugin support so you can make your bot do whatever you want.

Installation

gem install campfire-bot

Configuration

Create a config.yml in the directory from which you will run the bot. Use config.example.yml as an example.

Usage

To run the bot, run campfire-bot with the environment name as the argument:

campfire-bot development

Known issues

[BUG] Bus Error

This is really an issue with EventMachine. If you are using this on a machine that has MacPorts, you’ll need to make sure that you build both ruby and eventmachine linked against the openssl in /opt/local, not /usr/local.

warning: peer certificate won’t be verified in this SSL session

A bug in net/http. Noisy, but harmless.

Original Author

Tim Riley – github | www | email

Maintainer

Contributors

About

An extensible bot for 37 Signals’ Campfire chat service

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.9%
  • Shell 0.1%