Picasa uploads via command line
(The tool described here has been around for a while. This is a "memo-to-self" post, as I tend to forget a lot of things these days. {Sign of old age, maybe. Heh.}) I've been using Picasa for quite some time now, even opting for additional Google storage just so I can back up my photos "in the cloud". (Which reminds me to keep my current storage plan -- US$ 5 for 20 GB -- lest it be overtaken by the egregious Google Drive plans . But I digress...) Unfortunately, Picasa does not offer a native uploader for Linux. (Yes, there's a Wine -- yuck! -- alternative, but it's severely outdated.) So I was stuck to using the iPhoto plugin on the Mac. Most of our photos, however, are in the Linux boxes, so it gets pretty messy sharing the albums in Mac, opening them in iPhoto, and creating new albums from there. Enter googlecl , which exposes Google Data APIs in a command-line interface. It's written in Python, and requires Python >= 2.5, and the gdata-pyt...