0.0
No commit activity in last 3 years
No release in over 3 years
Automaticaly tracks links with tags on Readability
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4.6
>= 0
 Project Readme

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