# see code to understand stuffWell, fortunately, I can understand the code, which is straightforward enough but bears the mark of Python styling, with underscored variable names and methods indicating "hidden".
@__id = idPerfectly OK code, but not how I'd do it. Nonetheless, all I need is a decent library so that I can build some commandline tools so that I can do things like:
@__owner = owner
@__dateuploaded = dateuploaded
ls -1 . fam*.jpg| xargs -i flickr_upload --family=1Not pretty if you're not a commandline person, but it's nice to be able to just run the command and go have supper rather than upload six at a time through the web interface.
--public=0 --tags='family' {}
Hope to get something going in the next week along this road.