No commit activity in last 3 years
No release in over 3 years
Import many URLs to Readability.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

= 1.0.0.beta.4
>= 0
 Project Readme

Readability Importer

A simple command to import many URLs to Readability.

Install

This command is provided in RubyGems format. Run next command to insall all dependencies and command.

gem install redability_importer

Usage

To import Instapaper URL(s), export Instapaper CSV, then run next command.

redability_importer import -e <Your Readability Email Address> --instapaper-csv <Path to CSV>

You can grab your Readability email address in My Account page.

If you have a file includes a URL per line, also you can use --urls option.

cat path_to_file | readability_importer import -e <Your Readability Email Address> --urls -

Or, just simply assign URLs.

readability_importer import -e <Your Readability Email Address> --urls http://a.com http://b.com

Outbound Port 25 Blocking

If your inetnet provider is blocking outbound port 25 (OP25B), this command might not work because this command directly talking with Readability SMTP server using SMTP protocol on port 25. Will address this issue soon.

Note

This command is, of course, unofficial tool. Please do NOT contact with Readability about this tool. Also, use at your own risk.