lita-readify

Build Status Coverage Status

Automaticaly tracks links with tags on Readability

Installation

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

gem "lita-readify"

Configuration

  1. Create an account on Readability and generate API keys ;
  2. Fill the following configurations:
    • consumer_key: Your consumer key from Readability
    • consumer_secret: Your consumer secret from Readability
    • access_token and access_token_secret from
    • blacklist_domains: domains to not track
    • channels: channels to watch

Usage

Nothing to do here