lita-revolution

lita-revolution is a handler for Lita that helps your slack friends develop class consciousness.

Installation

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

gem "lita-revolution"

Configuration

Required attributes

  • consumer_key and consumer_secret - (String) - A key to access the free Twitter API.

Example

Lita.configure do |config|# config for lita-marx
  config.handlers.revolution.consumer_key = "TWITTER_CONSUMER_KEY"
  config.handlers.revolution.consumer_secret = "TWITTER_CONSUMER_SECRET"
end

Usage

Shows a revolutionary quote, taken from @QuoteRevolution feed, when you mention one of the following words. [Capitalism, Money]

License

MIT