Ntfy.sh – Send push notifications to your phone via PUT/POST
11–20 of 306 posts
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#12Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#13Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#14Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#15Thanks!
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#16Here's a quick fish function for being able to call this from a shell like `alt my message`
function alt
curl -d "\"$argv\"" ntfy.sh/
endRe: Ntfy.sh – Send push notifications to your phone via PUT/POST
#17Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#18Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#19Very nice. I use a telegram bot for doing this as telegram API also makes it a simple GET request to send such notifications to yourself (once you have created a bot). Also it's surprisingly hard to kill telegram for some reason so it's kinda robust. My stupid mi phone is quite aggresive in killing most background apps except whatsapp and telegram.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#20When I was making my IoT washing machine sensor, I used Blynk.io to push notifications to my phone but of course that service became commercialised and is no longer free. I could not find any nice easy to use alternative except for Telegram which is what I use now. This service looks exactly like what I would need and I appreciate the promise to keep it open source.