Welcome to the news archive. Here you'll find all the news items, ordered by date. You can use the links below to read other news items, or go back to the archive overview.
2008-11-15 19:17 - Python Flickr API 1.2 released
Today I released the Python Flickr API version 1.2. Originally the Python interface was made by Beej, and since it's seen many an improvement. Here's what's new in this version:
-
Added ElementTree support for Python 2.4.
-
Made ElementTree the default response parser.
-
The upload and replace methods now take a format parameter.
-
Removed deprecated methods.
-
Upload and replace methods no longer report progress on their callback regarding the HTTP headers.
Comments
Hi Wenkan.
You can use the progress callback argument of the upload method. If you look at the documentation, it's got a small example. The progress information is sent in percent.
Cheers, Sybren
by Sybren Stüvel - 1 year, 7 months ago.
Hi Sybren I used your flickr api to search photos. there is a question that if i used Chinese as search key, it get nothing, but if i use web api:http://www.flickr.com/services/api/flickr.photos.search.html, it will handle Chinese search key, is it the Flickr API 1.2 can not support Chinese search?thank you Cheers, Wenkan
by - 1 year, 4 months ago.
Hi Wenkan. Thanks for letting me know. Could you file a bug report at our bug tracker? We'll then both be able to properly track the progress of this bug.
by Sybren Stüvel - 1 year, 4 months ago.
if i want to fix this bug, how can i do that?can you show me some infomation?
by - 1 year, 4 months ago.
Post a comment
All fields are required, except when otherwise noted. You can use a limited subset of Restructured Text to markup the comment.
It might take up to five minutes for your comment to show up, due to caching of the pages.
hello, I used your api to upload the image. how can I get the upload progress? Thank you.
by Wenkan - 1 year, 7 months ago.