Now, Google provides many web applications such as Gmail, Contact, Google Docs and this blog Blooger, etc. Fortunately, Google provides a command line tool for them also named GoogleCL http://code.google.com/p/googlecl/. This is a command line tools for the Google Data APIs.
You can do many things using this command tools just like
1. Blogger - create a new post
$ google blogger post --title "create post using GoogleCL" "I can create a new post in command line"
2. Picasa - upload new image to Picasa
$ google picasa create --title "GoogleCL Photos" *.jpg
3. YouTube - upload new video to YouTube
$ google youtube post --category Education linux_command.mpg
For more usage, you can visit the GoogleCL official website. You will find it is extremely useful and you can cooperate with Crontab with GoogleCL, you can do more such as creating a Calendar everyday.
No comments:
Post a Comment