Skip to content
/ QCLickr Public

A simple script for me to upload photos to flickr

Notifications You must be signed in to change notification settings

qcl/QCLickr

Repository files navigation

QCLickr

Just a simple script for me to upload my photos to Flickrs

Setup

$ pip install -r ./requirements.txt -t ./lib/

Note

If you use Homebrew's python and pip, you may encounter an issue like this:

DistutilsOptionError: must supply either home or prefix/exec-prefix -- not both

Here is the reason, and please use the script ./setup_env_with_homebrew.sh to setup the environment.

$ ./setup_env_with_homebrew.sh

First time use

Config file

When first time use QCLickr, just use

$ python qclickr.py

It will show information about how to create a config file _config.py.

Auth file

After config file created, use the command again

$ python qclickr.py 

It will open browser and asking you permission for uploading photo to Flickr. After getting permission, QCLickr will save auth in local via flickr_api. Now you can start to upload your photo to Flickr.

Usage

$ python qclickr.py [dir path or photo path]

Convert heic to jpg in batch

$ brew install imagemagick --with-heic
$ python3 copyEHICtoJPG.py [source heic dir] [target jpg dir]

About

A simple script for me to upload photos to flickr

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published