Created
June 27, 2012 04:43
-
-
Save iandexter/3001508 to your computer and use it in GitHub Desktop.
Picasa uploads via command line <http://blog.iandexter.net/2012/05/picasa-uploads-via-command-line.html>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/bin | |
curl -0 http://gdata-python-client.googlecode.com/files/gdata-2.0.17.tar.gz | tar -xz | |
cd gdata-2.0.17 | |
python setup.py install --home=~ | |
cd .. | |
curl -0 http://googlecl.googlecode.com/files/googlecl-0.9.13.tar.gz | tar -xz | |
cd googlecl-0.9.13 | |
python setup.py install --home=~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment