How to download photos from iCloud on Linux
Requirements
- Python 2.7 or Python 3.4+
- pip
1. Install by pip
xxxxxxxxxx
pip install icloudpd
2. Download Photos from iCloud
xxxxxxxxxx
icloudpd ./Photos --username {{your_user_name}} --password {{your_password}} --recent 1000 --auto-delete
More detail information here.