
Ntfy
Gotify
Healthchecks.io
LogSnag
Loggl.net
Pushover
Uptime Kuma
n8n.io
Vim Python IDE
Vim Python IDENo features have been listed yet.
Based on our record, Ntfy seems to be more popular. It has been mentiond 81 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Const { test } = require('node:test'); Const assert = require('node:assert'); Test('edge-triggering fires once per transition', () => { const seen = []; const opts = { minSeverity: 'warn', topic: 't', server: 'https://ntfy.sh' }; const send = (path, v, s) => seen.push(s); step(opts, 'notifications.x', 'warn', send); // fire step(opts, 'notifications.x', 'warn', send); // repeat โ skip step(opts,... - Source: dev.to / 10 days ago
Ntfy is the thread that ties the whole async event model together. It's a self-hosted push notification server. HTTP POST to a topic, and every subscribed client gets a notification. Woodpecker sends build results here. WUD sends image update alerts here. Home Assistant sends automation notifications here. Having one place where things send notifications means I can manage subscriptions in one app and stop... - Source: dev.to / 12 days ago
I wrote NerdCalci (https://github.com/vishaltelangre/NerdCalci), a free calculator app for Android. Besides, I made a lot of automation scripts (mostly using Ruby) that run on my raspberry pi to fetch/parse/crunch things and notify me on my Android phone through a self-hosted https://ntfy.sh server. - Source: Hacker News / 25 days ago
2. Delivery. I push the top alerts to a Telegram channel using a bot. You could also use ntfy.sh (free, self-hostable) or plain email via smtplib. - Source: dev.to / 3 months ago
Import urllib.request Def send_alert(message, topic="congress-trades"): req = urllib.request.Request( f"https://ntfy.sh/{topic}", data=message.encode(), headers={"Title": "Congressional Trade Alert"}, ) urllib.request.urlopen(req) # In main loop: For trade in fetch_house_trades(days_back=1, min_amount="$50,001 - $100,000"): msg = ( f"{trade['representative']}: " ... - Source: dev.to / 3 months ago
Gotify - a simple self-hosted server for sending and receiving messages
Healthchecks.io - Monitor your cron jobs and scheduled tasks, get notified when they fail.
LogSnag - A real-time feed of events for your projects
Loggl.net - A tool to collect events and notify you when they happen!
Pushover - Real-time notifications on your Android, iPhone, iPad, and Desktop
Uptime Kuma - A fancy self-hosted monitoring tool.