Skip to content

Instantly share code, notes, and snippets.

@glennr
Created November 24, 2009 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glennr/241980 to your computer and use it in GitHub Desktop.
Save glennr/241980 to your computer and use it in GitHub Desktop.
  require 'posterous'

  reader = Posterous::Reader.new("siyelo", nil, 2)

  reader.response.each do |post|
    puts post['url']
    puts post['link']
    puts post['title']
    puts post['body']
    puts post['commentCount']
  end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment