Microsoft-Rewards-Script
Microsoft-Rewards-Script copied to clipboard
[Feature Request] add apprise support to enhance notifications options
Updating FR for enhanced notifications
Apprise is a flexible notification service that allows for not only Discord notifications, but basically notifications to pretty well any service. This would mean that you wouldn't have to implement individual notification services for folks, and people could use their preferred notification method.
Use-case:
- daily summary of points sent via NTFY, text, email, etc.
- error notifications
- 2FA (passwordless #129 ) number codes sent via preferred notification message. Useful for ‘headless’ and docker setups.
Feel free to make a PR with this implemented.
Feel free to make a PR with this implemented.
I've been trying to get it working, but no luck on my end. My goal is to add NTFY support, which is basically the same as discord webhook, but notifications can go directly to NTFY (web/app/etc) vs., Discord. It's here: https://www.npmjs.com/package/ntfy.
Apprise itself is a bigger job, but would enable notifications to any service, but personally my own use is just NTFY which should be easier.