0.0
No commit activity in last 3 years
No release in over 3 years
IronIO handler for Lita Bot
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0

Runtime

~> 5.0
~> 4.3
 Project Readme

lita-ironio Gem Version

lita-ironio is an handler for Lita that gives your bot the power to interact with Iron.io's IronWorker and IronMQ.

Installation

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

gem "lita-ironio"

Configuration

Required attributes

  • token (String) – Project specific tokenfrom the hud
  • project_id (String) – Identifier of the project

Example

Lita.configure do |config|
config.handlers.ironio.token = ENV["IRONIO_TOKEN"] 
config.handlers.ironio.project_id = ENV["IRONIO_PROJECT_ID"]
end

Usage

Commands are called in the with the iron prefix what can be optionally with the ir abbreviation.

iron tasks
ir schedules
iron tasks <TASKID>

Example

iron schedules lists all the configured schdules for the project.

License

MIT