Monday, June 15, 2009

Picasa API

http://code.google.com/apis/picasaweb/reference.html
http://code.google.com/apis/picasaweb/developers_guide_python.html#ListPhotos
http://picasaweb.google.com/data/feed/api/featured
http://picasaweb.google.com/lh/featured?feat=featured_all#


>>> import gdata.photos, gdata.photos.service
>>> pws = gdata.photos.service.PhotosService()
>>> photos = pws.GetFeed('/data/feed/api/featured')
>>>
>>>
>>> for photo in photos.entry: print photo.title.text
...
IMG_2407.JPG
Picture 254.jpg
IMG_0248.JPG
DSC_1263.jpg
P1080545.JPG




[Note] >>> help(gdata.photos.service)

No comments:

Related Posts Plugin for WordPress, Blogger...