Hi all,
I’ve just added an Upload class to flick-ruby. So, you can do stuff like:
upload = Upload.new
upload.upload(‘some-pic.jpg’, ‘title’, ‘description’, [some’, ‘tags’])
flickr-ruby is here: http://premshree.seacrow.com/code/ruby/flickr-ruby
I also wrote a tiny app – merely to demonstrate using the API – that
uploads pics to Flickr. I have a screenshot here:
There’s still work to be done – exception handling, etc.
-p-
···
–
Premshree Pillai