Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news. Flickr.rb is an 'insanely easy' Ruby library to interface with the world's most popular photo-sharing service, Flickr. Here's some example code: require 'flickr' # basics flickr = Flickr.new # create a flickr client flickr.login(email, password) # log in for actions that require it flickr.users # get all users currently on
{{#tags}}- {{label}}
{{/tags}}