fraoustin / piwigotools

command line for upload or download on piwigo site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

piwigotools

Piwigo is a famous open-source online photo gallery.

Piwigotools is a module python for manage your piwigo gallery. The module add command "piwigo"

Installation

Warning

Piwigotools needs the progressbar module.

But progressbar moduel is not compatible with python3

install for python2.7

pip install progressbar

install for python 3

git clone https://github.com/coagulant/progressbar-python3.git
cd progressbar-python3
python setup.py install

Install

pip install piwigotools

Or

git clone https://github.com/fraoustin/piwigotools.git
cd piwigotools
python setup.py install

Usage

piwigo verb --param1=value1 --param2=value2 ...

About

command line for upload or download on piwigo site

License:GNU General Public License v2.0


Languages

Language:Python 100.0%