PythonにはGoogle Data APIのパッケージ(gdata-python-client)が提供されているので比較的簡単にBloggerのデータを取得することができます。 簡単なサンプルを作成したので掲載します。 動作環境として、Pythonのバージョンは2.5、gdata-python-clientのバージョンは「1.0.10.1」を使用します。また、変数「username・password・blogid」は適切な値に置き換えてください。 # -*- coding: utf-8 -*- try: from xml.etree import ElementTree # for Python 2.5 users except: from elementtree import ElementTree from gdata import service from gdata.servi
Posted by Jeff Scudder, Google Data APIs Team The 1.0.12.1 release of the gdata-python-client has a couple of nifty new features which I thought are worth mentioning. First, is a new module which allows the Python library to be used on Google App Engine. Since the App Engine runs a sandboxed Python interpreter, HTTP calls must be made using one of the App Engine's APIs: urlfetch. After some refact
Posted by Jeff Fisher, Google Data APIs Team To demonstrate the functionality of the Documents List Data API, I have released a new sample application that makes uploading your documents even easier. The application works on Windows PCs running the .NET Framework 2.0 or higher. Download the Documents List Uploader. Files can be uploaded to Google Docs either by enabling a right-click menu item or
API Developer's Guide: .NET Google Calendar allows client applications to view and update calendar events in the form of Google data API ("GData") feeds. Your client application can use the Google Calendar data API to create new events, edit or delete existing events, and query for events that match particular criteria. There are many possible uses for the Calendar data API. For example, you can
API Developer's Guide: The Protocol Google Calendar allows client applications to view and update calendar events in the form of Google data API ("GData") feeds. Your client application can use the Google Calendar data API to create new events, edit or delete existing events, and query for events that match particular criteria. There are many possible uses for the Calendar data API. For example, y
このページは, Google Data APIs (Beta) Developer's Guide - Google Data APIs Protocol を対訳形式で和訳したものです.厳密さより読みやすさを優先し,意訳を多用しています.ご了承ください. 翻訳作業はたけまるが行いました.翻訳には誤りがある可能性があり,内容について一切保証をするものではありません.正確さを求める場合には必ず原文を参照してください.当方は,この文書によって利用者が被るいかなる損害の責任を負いません. This document describes the protocol used by the Google data APIs ("GData"), including information about what a query looks like, what results look like, and
@@ -12,19 +12,19 @@ It's often useful for services that use the Google data APIs to be able to provide a consistent set of information about a particular kind of item. -Google データ API を用いるサービス間でが,共通できると役に立つ情報がある. +Google データ API を用いるサービス間で共有できると役に立つ情報がある. For example, various Google data API (or "GData") services might provide contact information for a person or an organization; it makes sense for
Google Calendar API にチャレンジ Google Calendar も API が公開されていたのでサワリだけ試してみた。 Using the Google Calendar Data API http://code.google.com/apis/gdata/calendar.html API 経由で Google Calendar にアクセス Google Calendar に API 経由でアクセスするためには、まずアクセスしたいカレンダーの URL を調べなければならない。 Google Calendar に Web ブラウザでアクセス Calendars > My Calendars > アクセスしたいカレンダー > Calendar settings を選択 Private Address の "XML" アイコンのリンク先 URL をコピーする 上記手順で得
GDataってもっと注目されてもいいんじゃないの&非公式開発者ガイド GoogleがGoogle Data APIs (Beta) Developer's Guideを公開しました。 Google Data APIs (略称はGData)というのは何かというと、RSSとAtomを組み合わせてそれを拡張したもので、フィードを取得したり、Atom publishing protocolを使ってデータを作成したり更新したり、また全文検索などのデータの問い合わせをできるようにしたプロトコルです。 GoogleのAPI戦略に新たな動き、GDataで「Google Calendar」のAPI公開 (MYCOM PC WEB)に簡単な説明が載っているので引用します。 REST、Atom 1.0およびRSS 2.0をベースにした新しいプロトコルである。GDataをサポートするサービスから情報を取得する場
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く