Skip to content

VictorOps Adapter for Lita

License

Notifications You must be signed in to change notification settings

civichacker/lita-victorops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages