用命令行访问Google的Web服务 GoogleCL
- 授权协议: Apache
- 开发语言: Python
- 操作系统: Linux
- 软件首页: http://code.google.com/p/googlecl/
软件介绍
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
Scalability Rules
Martin L. Abbott、Michael T. Fisher / Addison-Wesley Professional / 2011-5-15 / USD 29.99
"Once again, Abbott and Fisher provide a book that I'll be giving to our engineers. It's an essential read for anyone dealing with scaling an online business." --Chris Lalonde, VP, Technical Operatio......一起来看看 《Scalability Rules》 这本书的介绍吧!
