/lita-victorops

VictorOps Adapter for Lita

Primary LanguageRubyApache License 2.0Apache-2.0

VictorOps Adapter for Lita

Description

This Lita adapter allows your bot to join your VictorOps timeline. You can then address Lita with timeline chat messages in the usual way:

@lita karma worst

Installation

Add lita-victorops to your Lita instance's Gemfile:

gem "lita-victorops"

Configuration

Required

  • token (String) – Your Lita instance will need a login key to connect to VictorOps. Your Lita key is available at the "Lita" link of your VictorOps Integrations page.

Example

Lita.configure do |config|
    config.robot.mention_name = 'lita'
    config.robot.adapter = "victorops"
    config.adapters.victorops.token = ENV['VICTOROPS_TOKEN']
end

Copyright

Copyright © 2020 Civic Hacker, LLC.