Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 555 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 555 Bytes

Apple Photos to Piwigo Sync

Setup

python3 -m venv piwigo-sync
source piwigo-sync/bin/activate
pip install -r requirements3.txt

Run

./sync.py --piwigo-password=[yourpassword]

Compatibility

Should be compatible with modern versions of OSX that support the osxphotos pypi package.

Tested versions include:

  • macOS 10.15.7 with Apple Photos 5.0 ( @trainman419 )

If you test on a different version and find that tool works, please submit a PR adding your version number to this list.