使用 Flickr API 查找没有标签的照片的最简单方法
我正在开发一个小项目来帮助我在 Flickr 上标记内容。
我一直在查看 API,有明显的方法可以搜索标记的内容,但不是一种简单的方法来查找未标记的内容(无需循环遍历图像 ID,直到找到没有标记的内容)。
过去有人遇到过这个问题并找到了简单的解决方法吗?
I'm working on a small project to help me tag content on Flickr.
I've been looking through the API and there's obvious ways to search for tagged content, but not a simple way of finding what content hasn't been tagged (without just looping through image ID's till I find one with no tag).
Has anyone come across this in the past and found an easy work around?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
flickr.photos.getUntagged 将为您自己的照片执行此操作。 我很确定除了暴力之外,没有其他方法可以进行更一般的搜索。
flickr.photos.getUntagged will do that for your own photos. I'm pretty sure that there's no way to do it for more general searches, other than brute force.