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)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment