Hacker News new | ask | show | jobs
by StavrosK 2661 days ago
I had exactly the same problem, and ended up using Signal. I like it more than normal push notifications because you can reply and have a full chatbot running.

I liked it so much that I even wrote a small Python library for it: https://gitlab.com/stavros/pysignald/

1 comments

That's pretty neat, but could you add an Open Source license to it? It's gonna make folks hesitant to use it.
Thanks for reminding me, I forgot to add the file. The license is actually MIT, as you can see on the PyPI page (https://pypi.org/project/pysignald/).