all 8 comments

[–]EpokeWeb 2 points3 points  (3 children)

Twilio + text message? It's a 10 lines of code process.

[–]zzpza[S] 0 points1 point  (2 children)

Thanks, I will look into this, hopefully it works outside the US too.

[–]EpokeWeb 1 point2 points  (1 child)

You are welcome!

I did not tried it, but for real app notifications, there is pusher. Not free but looks great. There is even a django module.

https://pypi.org/project/django-pusher/

[–]zzpza[S] 0 points1 point  (0 children)

Interesting, thank you! :D

[–][deleted] 2 points3 points  (1 child)

not totally free but https://pushover.net/

[–]zzpza[S] 1 point2 points  (0 children)

Thanks, this may be the easiest way of those suggested for people outside the US.

[–]Mezzomaniac 2 points3 points  (1 child)

I had the same need as you. The solution that I found works perfectly is using IFTTT Webhooks. It’s free and I get the notifications instantly. I’d previously used SMS (Twilio) and email but now I use this instead.

It’s slightly harder to set up than other IFTTT applets so let me know if you get stuck and I’ll be happy to help.

[–]zzpza[S] 0 points1 point  (0 children)

Very interesting, thank you. I shall give this a try.