Hacker News new | ask | show | jobs
by l2g 2514 days ago
6 months ago [I posted about Apprise here](https://news.ycombinator.com/item?id=19023196) and got a lot of amazing and encouraging feedback! I since took just about everyone's comments and ideas at the time and implemented most of them.

Apprise now supports over 40+ different notification services, including configuration files that can be read from disk and the cloud! The library remains incredible light weight and easy to use.

I just wanted to share an almost completed solution and hope to hit you all up for more of your thoughts and advice!

1 comments

This looks great, good job! I notice that you don't support Signal, maybe you want to add support via pysignald? (https://pypi.org/project/pysignald/)
I'll look into it! Thanks for sharing!