コマンドラインからgoogleのアプリを操作できる Ubuntuの場合はdebがあるので簡単にインストールできる sudo apt-get install python-gdataと http://code.google.com/p/googlecl/downloads/list から.debをダウンロード。 初回はブラウザから認証コードを端末に打ち込めと言われる 使い方は例えばgoogle docsの場合は google docs get --title "input" --dest "output.csv"とすればgoogle docs上のinputというデータがcsv形式でoutoput.csvとして保存される。 http://www.lifehacker.jp/2010/06/100621gclbgscl.html もし、 AttributeError: 'module' obje

