Home

Awesome

flickrup

Concept

Simple script that automatically uploads all photo files from a connected removable disk/card to Flickr (with Viewing Privacy set to Private). This should be run on a standalone device (eg. Raspberry PI).

Requirements

Install

The following procedure assumes you have a working Debian/Raspbian system with network access.

sudo apt-get install python3 python3-pip postfix usbmount
sudo pip3 install flickrapi
sudo cp flickrup.py /usr/bin
sudo chmod a+x /usr/bin/flickrup.py
sudo cp flickrup.conf /etc
sudo cp 01_process /etc/usbmount/mount.d
sudo chmod a+x /etc/usbmount/mount.d/01_process

Configuration

Usage