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
Add lita-victorops to your Lita instance's Gemfile:
gem "lita-victorops"
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.
Lita.configure do |config|
config.robot.mention_name = 'lita'
config.robot.adapter = "victorops"
config.adapters.victorops.token = ENV['VICTOROPS_TOKEN']
end
Copyright © 2020 Civic Hacker, LLC.