GoogleCL is a software that brings Google services to the command-line.
It lets you do things like:
google blogger post --title "Test Post" "I'm posting from the command line" google calendar list --date 2010-06-01 google contacts list google youtube post killer_robots.avi
We currently support the following Google services:
* Blogger
$ google blogger post --title "foo" "command line posting"
* Calendar
$ google calendar add "Lunch with Jim at noon tomorrow"
* Contacts
$ google contacts list name,email > contacts.csv
* Docs
$ google docs edit --title "Shopping list"
* Picasa
$ google picasa create --album "Cat Photos" ~/photos/cats/*.jpg
* Youtube
$ google youtube post --category Education killer_robots.avi
Check out our ExampleScripts for many more examples of what you can do, or the SystemRequirements for simple install instructions.
Product's homepage What's New in This Release: [ read full changelog ]
· Download and edit of new-version Google Docs
· Video upload and download for Picasa
· --owner option, allowing use of Picasa collaborative albums, listing other user's YouTube uploads, etc.
· Reminders for added calendar events