美文网首页
给自己手机发送通知,提醒服务

给自己手机发送通知,提醒服务

作者: 阙_0fc0 | 来源:发表于2022-05-14 00:36 被阅读0次

作为开发,我们常用给自己发送提醒,通知的;
例如服务器/网站监控、加密货币价格警报、股价警报、重要提醒等等。

我们常常使用例如微信,钉钉,电报,discord;

今天我们介绍其它的方式,他们类似下面的解决方案

主推:https://pushover.net/pricing

1:https://alertzy.app/
2:https://github.com/chanify/chanify
3:https://github.com/Finb
4:https://ifttt.com/

:Notifiers

Zenbot employs various notifiers to keep you up to date on the bot's actions. We currently send a notification on a buy and on a sell signal.

5:pushbullet

Supply zenbot with your api key and device ID and we will send your notifications to your device. https://www.pushbullet.com/

6:Slack

Supply zenbot with a webhook URI and zenbot will push notifications to your webhook. https://slack.com/:

7:XMPP

Supply zenbot with your XMPP credentials and zenbot will send notifications by connecting to your XMPP, sending the notification, and disconnecting. https://xmpp.org/

8:IFTTT

Supply zenbot with your IFTTT maker key and zenbot will push notifications to your IFTTT. https://ifttt.com/maker_webhooks

9:DISCORD

Supply zenbot with your Discord webhook id and webhook token zenbot will push notifications to your Discord channel.

How to add a webhook to a Discord channel https://support.discordapp.com/hc/en-us/articles/228383668

10:Prowl

Supply zenbot with your Prowl API key and zenbot will push notifications to your Prowl enabled devices. https://www.prowlapp.com/

11:TextBelt

Supply zenbot with your TextBelt API key and zenbot will send SMS notifications to your cell phone. https://www.textbelt.com/

当然还有其它很多类似,有时间我会补充上去,

相关文章

  • 给自己手机发送通知,提醒服务

    作为开发,我们常用给自己发送提醒,通知的;例如服务器/网站监控、加密货币价格警报、股价警报、重要提醒等等。 我们常...

  • iOS 本地通知

    概述 本地通知就是APP发送推送通知给手机系统,不需要经过服务器,可以做到精准推送。应用场景还是比较多的,比如事务...

  • iOS远程推送

    一.什么是远程通知 概念:由服务器发送消息给用户弹出消息的通知(需要联网)远程推送服务,又称为APNs(Apple...

  • 股市日记:将绝大部分兵力集中在一处

    昨日上午,盼望中手机短信声响起。因为对自己的股票设置了手机短信提醒,当股价达到自己的设定价格后,会发送手机短信给...

  • UILocalNotification本地通知

    什么是本地通知 顾名思义,不需要联网就能发送的通知,无需服务器. 本地通知使用场景 常用来提醒用户完成一些定时任务...

  • 当你输入一个url链接发生了什么?

    先看一张图 打开手机和pad的QQ 发送消息给QQ好友,此时发送了一个请求给服务器,服务器接受到后反馈给手机和pa...

  • 远程通知

    远程通知 注册通知 获得token 吧deviceToken保存到服务器,要发送远程通知时把消息个Token发送给...

  • 【如何快速的开发一个完整的iOS直播app】(点赞功能)

    客户端代码 点击小红心,发送socket给服务器,并且要传递房间Key给服务器,通知给哪个主播点赞,就能传入到对应...

  • iOS 推送

    APNS: 苹果推送通知服务 1.注册远程通知2.返回3.app向服务器发送4.服务器发送到APNS 1.上传证书...

  • 通知

    通知 当B 完成事件之后,让B vc发送通知给A vc 在A vc 中注册通知和实现通知注册 实现 发送通知当B完...

网友评论

      本文标题:给自己手机发送通知,提醒服务

      本文链接:https://www.haomeiwen.com/subject/bmdvurtx.html