A simple Python script to automatically upload new or updated images from multiple folders on Windows to an Immich server via its API.
- Python 3.x
requestslibrary (pip install requests)
- Configure your Immich API key and server URL in the script.
- Add the folders you want to monitor to the
UPLOAD_FOLDERSlist. - Run the script manually or add it to Windows startup for automatic execution on boot.