this post was submitted on 04 Jul 2023
4 points (100.0% liked)

ntfy

45 readers
1 users here now

ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. You can use it to send push notifications to your phone via HTTP PUT/POST.

ntfy websiteDocumentationGitHubGoogle PlayF-DroidDiscordApp StoreMatrix

If you'd like to become a sponsor, I would be humbled to accept your donation via GitHub Sponsors or Liberapay 💸💰.

founded 1 year ago
MODERATORS
 

Hello All,

I have been building a discord bot to send and recieve ntfy notifications. Its features include:

  • Publish messages with all customizations
  • Poll messages with all filters
  • Subscribe to topics with all filters (one per user at any time)
  • Change the server to your own selfhosted one

I just recently managed to cover pretty much all of the ntfy API parameters using a variety of slash command arguments, modals, and dropdowns.

Feel free to check it out and add it to your server, but if you want consistent access, please selfhost. As a novice programmer, this is a learning experience for me, so any contributions/advice for my most likely convoluted code is much appreciated. Thanks!

top 2 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago (1 children)

Awesome!! I'll go check it out. Thank you!

I once started building a Discord bot for ntfy myself here: https://github.com/binwiederhier/ntfy-bot -- And then I realized I should work on ntfy itself instead, hehe.

[–] [email protected] 2 points 1 year ago

It's a great product. It is effortless to use, the API is rock solid, and the PWA is beautiful. I hope the time spent is paying off for you!