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
- Host: GitHub
- URL: https://github.com/bogdal/flickrgeotagger
- Owner: bogdal
- Created: 2013-10-16T10:02:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-07T13:28:16.000Z (about 12 years ago)
- Last Synced: 2025-01-22T14:25:53.822Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 551 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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=''