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

码农软件 · 软件分类 · Google相关API · 2019-03-20 15:14:16

软件介绍

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

google

比如你想批量将硬盘里某个文件夹里的所有图片创建一个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

本文地址:https://codercto.com/soft/d/1768.html

Scalability Rules

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

html转js在线工具
html转js在线工具

html转js在线工具