flickr2qgis- a plugin for search and downloading flickr images
##Prerequisites
For a proper usage you need to install the flickrapi. And you need to get a flickr API key / secret key. This can be obtained easily at flickr.
###flickrapi installation Windows
For Windows make sure to use the correct location of your QGIS Python version
So Open up the OSGeo4W Shell and type
easy_install flickrapi
###flickrapi installation Ubuntu
Just install the easiest Python module installer Setuptools:
sudo apt-get install python-setuptools
and install flickrapi with:
easy_install flickrapi