Skip to content

bogdal/flickrgeotagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlickrGeoTagger

Allows you to geotag your Flickr photos using a gpx file recorded by third applications/GPS devices.

Usage

  1. Install the project in development mode:

    python setup.py develop
  2. Set your SECRET_KEY in the environment variable:

    export SECRET_KEY=''
  3. Prepare the database:

    python manage.py syncdb

flickrgeotagger is a shortcut for running python manage.py so you can use it to execute all management commands

  1. Configure your flickr app credentials in the environment variables:

    export FLICKR_KEY=''
    export FLICKR_SECRET=''

Dropbox integration (optional)

Add your Drop-in app key to the environment variable:

export DROPBOX_APP_KEY=''

About

Allows you to geotag your Flickr photos using a gpx file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published