icloud-photos-downloader / icloud_photos_downloader

A command-line tool to download photos from iCloud
MIT License
7.03k stars 563 forks source link

Add extension points for notification providers and add Ntfy as notification provider #1008

Open sdebruyn opened 3 days ago

sdebruyn commented 3 days ago

Let me know what you think. This builds upon #1007

AndreyNikiforov commented 2 days ago

let's close on smtp notification refactoring first.

My first reaction to adding custom/third party notification channel: no. There is downstream project that specializes on notifications to different providers. However, adding generalized extension point for notifications (e.g. webhooks) might be valuable - better discuss before coding though.