Picasa Cli version 0.1
I think I have finally got a working script. I have tested it on my own account. I have not tested it on filenames having spaces. But it works for me. I still have many improvements waiting in line. Like:
1] Recursive upload : ./picasa-cli.py -r Album01 Album02 Album 03
This will create an albums Album01, Album02, Album03 and upload all the photos inside them to respective albums.
Then I want to have a feature to scale images to 50% so that I can save on the online space. For this I am planning to use something like the 'convert' command (from ImageMagick).
2] Convert photos before upload : ./picasa-cli.py --convert "scale 50%" --albumID 0006 *jpg
I will find time and work on these.
Comments