A simple Google Maps Flickr Profile viewer. It downloads the information via the flickr API from the user defined in the config.
You can see it "live" on http://map.pascalspoerri.ch
git clone git@github.com:moeeeep/flickrmap.git
sudo apt-get install python-flickrapi python-flask python-jinja2
You're done.
Create a new config file named "config.py" with the following settings:
TITLE = "Title"
GOOGLE_MAPS_KEY = "Google API Key"
GOOGLE_ANALYTICS = "analytics key" ## Not needed (if you don't want to run Analytics, put some random value here...)
FLICKR_USER = "13538696@N02
FLICKR_API_KEY = "flickr api key"
FLICKR_API_SECRET = "flickr api secret"You can start it with:
python __init__.py