使用 Python 从 www.flickr.com 帐户读取图像
好的,所以我需要构建这个应用程序,我将从 www.flickr.com 帐户读取图像并在我的 Python 应用程序中使用这些图像。我该怎么做?有什么想法吗?谢谢。
Ok, so I need to build this application where I'll read images from a www.flickr.com account and use the images in my Python app. How will I do that? Any ideas? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用各种 flickr python 库之一:
为了更好地概述 flickr API,始终查看文档:http://www.flickr.com/services/api/
示例:
[编辑:]
有关身份验证,请参阅: http://stuvel.eu/flickrapi/documentation/ #身份验证
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