Skip to content

📷 A docker image that can be used to upload flickr images

Notifications You must be signed in to change notification settings

jamesmstone/flickr-uploadr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flickr-uploadr

Warning: Not actively being developed

This has not been updated ( or used ) by me in years! I currently have no plans to update it again.


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

About

📷 A docker image that can be used to upload flickr images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published