Easiest way to find untagged photos using the Flickr API

I am working on a small project to help me tag content on Flickr.

I went through the API and there were obvious ways to find tagged content, but not an easy way to find which content was not tagged (without simply scrolling through the image id until I find it untagged).

Has anyone encountered this in the past and found an easy job?

Greetings

0


source to share


1 answer


flickr.photos.getUntagged will do this for your own photos. I'm pretty sure there is no way to do this for more general searches other than brute force.



+1


source







All Articles