Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 777 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 777 Bytes

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.