Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flickr Map

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

Install

git clone git@github.com:moeeeep/flickrmap.git
sudo apt-get install python-flickrapi python-flask python-jinja2

You're done.

Configuration

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"

Running

You can start it with:

 python __init__.py

About

Flickr - Google Maps Mashup to Display all Photos of a user account on Google Maps

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages