GoogleCL brings Google services to the command line.
We currently support the following Google services:
* Blogger
* Calendar
* Contacts
* Docs
* Picasa
* Youtube
Install GoogleCL in ubuntu
Open the terminal and run the following commands
sudo apt-get install python-gdata
sudo dpkg -i http://googlecl.googlecode.com/files/googlecl_0.9.5-1_all.deb
Once you installed googlecl use the following syntax to create album and upload photos
google picasa create --album "Test Photos" ~/photos/admin/*.jpg
I can do this off my ipod….lmao its cool
when i run this script following error shows
cannot access archive: No such file or directory
Errors were encountered while processing:
http://googlecl.googlecode.com/files/googlecl_0.9.5-1_all.deb
It’s very silly to include a direct link to something that is definitely not static.
Go here to find the latest .deb for GoogleCL:
http://code.google.com/p/googlecl/downloads/list
Download it and then run
sudp dpkg -i filename.deb
Useful command if you want to upload all photos in some folder _and_ include files in subfolders:
google picasa create $(find ~/Pictures/ -type f -regex “.*\(png\|jpg\|jpeg\)”)