An open API service indexing awesome lists of open source software.

https://github.com/bogdal/flickrgeotagger

Allows you to geotag your Flickr photos using a gpx file
https://github.com/bogdal/flickrgeotagger

Last synced: over 1 year ago
JSON representation

Allows you to geotag your Flickr photos using a gpx file

Awesome Lists containing this project

README

          

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

4. 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=''