civichacker / lita-victorops

VictorOps Adapter for Lita

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

VictorOps Adapter for Lita

License:Apache License 2.0


Languages

Language:Ruby 100.0%