Skip to content

Instantly share code, notes, and snippets.

@StarWhite
StarWhite / readitlater.rb
Created March 16, 2012 15:34 — forked from jugyo/instapaper.rb
Earthquake.gem plugin(post url to Read It Later)
# earthquake.gem plugin
# post url to Read It Later
require 'open-uri'
Earthquake.init do
_ = config[:ril] ||= {}
_[:user] ||= 'username'
_[:password] ||= 'your_password'
_[:apikey] ||= 'your_apikey'