Embedding Flickr Photos
May 20, 2011
I wanted to embed photos from flickr onto my website, but only ones that had a particular machine tag on. The website was written in Django, so required a python api. I chose to use the api from http://stuvel.eu/flickrapi. I downloaded this and put it into my project source. …