Ok, so I need to build this application where I’ll read images from a http://www.flickr.com account and use the images in my Python app. How will I do that? Any ideas? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use one of the various flickr python libraries :
And for a good overview of flickr API, always look at the docs: http://www.flickr.com/services/api/
An example:
[Edit:]
For authentication look at : http://stuvel.eu/flickrapi/documentation/#authentication