InstaReadability
Uploads bookmarks to Readability.com from an Instapaper CSV export
Installation
gem install insta_readability
Dependancies
You will need to have a Readability Key and Secret in a file as follows:
```
# ~/.insta_readability.rb
Readit::Config.consumer_key = 'somename'
Readit::Config.consumer_secret = 'someSHA'
```
You can generate your key and secret at http://www.readability.com/account/api It will be under the Reader API Key section.
Usage
run the following and enter your username and password when prompter:
insta_readability csv_file