InstapaperClient = Instapaper::Client.new do |client| client.consumer_key = "" client.consumer_secret = "" client.oauth_token = '' client.oauth_token_secret = '' # check docs, need to email them for this end