Sign inSign up

jamesmstone/flickr-uploadr

By jamesmstone

Updated over 8 years ago

A flickr uploadr

Image
0

626

jamesmstone/flickr-uploadr repository overview

Flickr-uploadr

A docker image that uploads all media in a dir to flickr

Example Usage:

docker run -it -v $HOME/token:/token -e "api_key=keyhere" -e "api_secret=secrethere" -v $(pwd)/image_dir:/images/ jamesmstone/flickr-uploadr

This uploads the media in $(pwd)/image_dir to flickr and stores the users token in $HOME/token Note you need your own api key and secret This uses the new oauth method of authentication.

Prereq's

I find the easiest way to install on linux devices is $ wget -O - https://bit.ly/docker-install| bash

Tag summary

Content type

Image

Digest

Size

261.7 MB

Last updated

over 8 years ago

docker pull jamesmstone/flickr-uploadr