CLI written in Haskell to help with Flickr batch downloads.
cabal run -- -k [your-Flickr-key] -i [set-id]
- Perform HTTPS request (fetching a JSON)
- JSON to data type
- Request photo(s) from the JSON received
- Download photo(s) & save into file(s)
- Get set ID as command line argument
- Work around
unsafePerformIO
to improve code - Add verbose mode
- Progress info/bar