Skip to content
 
 

Latest commit

 

History

37 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instapaper_full

Ruby wrapper for the Instapaper Full API

Note that you need to request OAuth Application tokens manually and that most methods only work for Instapaper subscribers.

Installation

gem install instapaper_full

Examples

ip = InstapaperFull::API.new :consumer_key => "my key", :consumer_secret => "my secret"
ip.authenticate "someone@example.com", "password"
puts ip.options[:user_id]
ip.bookmarks_list(:limit => 1).each do |b|
  if b['type'] == 'bookmark'
    puts b['url']
  end
end

Authors

About

Ruby wrapper for the Instapaper Full Developer API

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages