Perusing the Instagram API I see it\'s pretty straightforward to search for photos by tag OR by username. However, I can\'t seem to find anything on searching by both. Is it pos
You could make a list of images with a certain tag and then a list of images with a certain username. You could then compare the two lists. I'd recommend python with Beautiful Soup.