| Premshree Pillai ( @ 2005-03-27 08:17:00 |
| Current music: | Cradle Of Filth - Venus In Fear |
Uploadr
So I added an Upload class to flickr-ruby. So, now you can do cool things like this:
upload = Upload.new
upload.upload('some-pic.jpg', 'title', 'description',\
['some', 'tags', 'eh?'])
Returns a Photo object on successful upload. Returns 0 otherwise.
The screenshot (should that be a word?) that you see is a simple (it’s a dialog box, for God’s sake!) application I wrote, using wxRuby, that basically can be used to upload pictures to Flickr. (I’m at home, Windows thus. Boy, I miss my cube!) Boy, writing GUI applications is such a pain. You know, sometimes you just have to love REBOL.
Boy, Flickr (now) being a Yahoo! property means more reason for me to play with it, no?
I guess I should sleep for a while.