GoogleCL - 用命令行访问Google的Web服务


Apache
Linux
Python

软件简介

Google 已经发布了一个名为 GoogleCL 的新工具,该工具使得各位用户可以在命令行下访问 Google 的 Web 服务,包括
Blogger、Calendar、Contacts、Docs、Picasa、Youtube 等。

比如你想批量将硬盘里某个文件夹里的所有图片创建一个Picasa相册?输入以下命令:

$ google picasa create --title "My album" ~/Photos/vacation/*.jpg

再比如你想将硬盘里的某个网页发布为一篇Blogger博文、增加一个Google Calendar的日程、编辑一篇Google Docs文档:

$ 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