/isis

Chat bot for Slack, HipChat and Campfire, with plugins!

Primary LanguageRuby

Isis

Chat bot for Slack, HipChat and Campfire

Features

  • Slack, HipChat and Campfire support
  • Supports both HTML output (through API) and room presence & text output (through XMPP) in HipChat
  • Multi-room support
  • Plugin support, see Plugins wiki page for writing new plugins

Requirements

  • Ruby 1.9+ or JRuby 1.7+

Setup

  1. Clone repository
  2. Selectively enable/disable plugins by commenting/uncommenting them out of the Gemfile
  3. Run bundle install to install dependencies
  4. Copy config/isis.yml.example to config/isis.yml
  5. Edit isis.yml to include your Slack, HipChat or Campfire credentials
  6. Launch Isis in foreground:
    bin/isis
    or launch daemonized:
    bin/isis-daemon start

Plugins

Plugins are now bundled as Gems.