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 ...
0.1.3
- correction per page in images
0.1.2
- correction per page to int
0.1.1
- correction of help for piwigotools.main
0.1.0
- add verb sync-up and sync-down
0.0.2
- add verb upload, download and ws
- integrate progressbar
- manage thread
0.0.1
init