Import all your Safari Bookmarks including the Reading List into Readability.
Find it hosted on Heroku for all your importing needs.
$ git clone https://github.com/sideshowcoder/readinglist2readability
$ cd readinglist2readability && bundle install
$ cp sample.env .env
On Readability create the needed API
Keys and fill into .env
as
the first 3 entries
CONSUMER_KEY=your-reader-api-key
CONSUMER_SECRET=your-reader-api-secret
PARSER_TOKEN=your-parser-token
with this in place you can run the app via
$ rake development:server
and visit localhost:3000, and follow the instructions
MIT