A library that parses multiple images concurrently from Flickr.com and extracts file names and GPS information.
- Python
- Celery
- RabbitMQ
- unittest
Start celery workers for concurrently parsing photos and GPS information.
$ make start_default_queue_worker
$ make start_gps_queue_worker
Start parsing
$ make start