【目的】
- 透過 Googlecl 更新資料。
【環境】
- Ubuntu 9.10
- 首先安裝相關套件 python-gdata
$ apt-get install python-gdata - 下載 googlecl
$ wget http://googlecl.googlecode.com/files/googlecl_0.9.9-1_all.deb - 安裝 googlecl
$ dpkg -i googlecl_0.9.9-1_all.deb
- Usage Helper
- $man google
- Contacts
- add example
$ google contacts add "test1,test1@kimo.com"
- add example
- (tbd,其它還有很多功能)
【Questions】
- 可以跳過認證視窗嗎? 直接由命令列帶參數傳送帳號與密碼。
- googlecl (Google 命令列工具) , 這實在太威了....
http://blog.jangmt.com/2010/06/googlecl-google.html - 怕了吧,我用命令列玩Google
http://www.techbang.com.tw/posts/2904-googlecl - ExampleScripts
http://code.google.com/p/googlecl/wiki/ExampleScripts