GoogleCL is a pure Python application that uses the Python gdata libraries to make Google Data API calls from the command line. An example use of a Google service this way looks like this...
$ google blogger post --blog "My blog" --tags "python, googlecl, development" my_post.htmlYou can get more examples of GoogleCL in action right here, if that's your kind of thing.
$ google calendar add "Lunch with Jason tomorrow at noon"
$ google docs edit --title "Shopping list" --editor vim
You can download the Linux package or zipped tar archive here at:
http://code.google.com/p/googlecl/
Written by: James Delahunty @ 21 Jun 2010 1:17