GoogleCL: Google services now via command line

GoogleCLGoogle has come up with the latest command line tool for some of its services for its Open Source Blog.

The tool comes in the form of GoogleCL which essentially is a command-line utility that provides access to various Google services.

It helps in syncing tasks that pertain to posting blogs on a Blogger's blog, adding events to Calendar, or editing documents on Google Docs.  

As the industry experts claim, it is more of a pure Python application that uses the Python data libraries to make Google Data API calls from the command line.

The example portrayed in the form of the Google service appears to be like this...

- $ google blogger post --blog "My blog" --tags "python, googlecl, development" my_post.html

- $ google calendar add "Lunch with Jason tomorrow at noon"

- $ google docs edit --title "Shopping list" --editor vim.

One can have more examples that have come up on the net.