There's more on this in my blogpost. But A little python script basically syncs the latest photos from my Immich server to a folder on my Mac, almost recreating a Photostream like Apple used to offer.
- Install uv.
- Set
IMMICH_API_KEY
andIMMICH_SERVER
the values you need. - Run
uv run main.py
. (dependencies are inlined for easy of use,uv
handles those ✌️). - Your latest photos should show up in the
Photostream
folder, which you can symlink or use however you want!