想通过一个命令行提示符将一个文件夹内的所有照片上传到Picasa?现在你可以用GoogleCL了。
Google宣布了新命令行工具GoogleCL,允许用户通过命令行操控Google服务,比如输入一行命令将一篇文章贴到Blogger,或者将视频上传到YouTube,将照片上传到Picasa,为Calendar添加新活动日程,甚至在Google Docs上编辑文档。
GoogleCL工具主要是面向Linux用户,Mac和Windows用户也可以用,不过要费些周折,用户需要有Python 2.5 或2.6,Windows用户还需要Cygwin。
以下是针对各Google服务的相关Linux命令:
Blogger:发布文章到Google博客
$ google blogger post --title "foo" "command line posting"
Calendar:添加事件到Google日历
$ google calendar add "Lunch with Jim at noon tomorrow"
Contacts:导入Google联系人
$ google contacts list name,email > contacts.csv
Docs:编辑Google文档
$ 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
相关命令使用范例可参考项目官方介绍:
http://code.google.com/p/googlecl/wiki/ExampleScripts
【编辑推荐】