Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bark | 3,619 | 2 months ago | 43 | mit | Swift | |||||
Bark is an iOS App which allows you to push custom notifications to your iPhone | ||||||||||
Pushok | 344 | 4 | 7 | 2 months ago | 42 | September 22, 2022 | 14 | mit | PHP | |
PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key) | ||||||||||
Ios | 192 | 2 days ago | 2 | apache-2.0 | Swift | |||||
Tinodios: Tinode Messaging Client for iOS | ||||||||||
Pushmenu | 71 | 9 years ago | 2 | Objective-C | ||||||
Push notifications from your Mac to your iPhone via Prowl or Boxcar. | ||||||||||
Ruby Prowl | 69 | 17 | 9 | 7 years ago | 5 | January 17, 2016 | mit | Ruby | ||
Ruby interface to Prowl, http://www.prowlapp.com/ | ||||||||||
Node Notifo | 32 | 4 | 3 | 12 years ago | 2 | February 05, 2011 | 1 | mit | JavaScript | |
Send push notifications to your iPhone for free using node.js and notifo.com | ||||||||||
Node Prowl | 29 | 44 | 6 | 3 years ago | 4 | January 20, 2020 | mit | JavaScript | ||
Node.js API for prowl, allowing to send PUSH notifications to your iPhone! | ||||||||||
Prowl Irssi | 18 | 11 years ago | Perl | |||||||
Plugin for Irssi to send push notifications to iPhone via Prowl | ||||||||||
Pushsafer Arduino Library | 15 | 7 months ago | C++ | |||||||
Arduino library for Pushsafer.com | ||||||||||
Epns | 12 | 2 years ago | 3 | February 03, 2021 | mit | Erlang | ||||
:iphone: Erlang Push Notifications. APNS(Apple Push Notifications) and FCM(Firebase Cloud Messaging) Push Notifications |
可以发 get 或者 post 请求 ,请求成功会立即收到推送
URL 组成: 第一个部分是 key , 之后有三个匹配
/:key/:body
/:key/:title/:body
/:key/:category/:title/:body
title 推送标题 比 body 字号粗一点
body 推送内容 换行请使用换行符 '\n'
category 另外的功能占用的字段,还没开放 忽略就行
post 请求 参数名也是上面这些
收到推送时下拉推送(或在通知中心左滑查看推送)有一个复制
按钮,点击即可复制推送内容。
//将复制“验证码是9527”
https://api.day.app/yourkey/验证码是9527
携带参数 automaticallyCopy=1, 收到推送时,推送内容会自动复制到粘贴板(如发现不能自动复制,可尝试重启一下手机)
//自动复制 “验证码是9527” 到粘贴板
https://api.day.app/yourkey/验证码是9527?automaticallyCopy=1
携带copy参数, 则上面两种复制操作,将只复制copy参数的值
//自动复制 “9527” 到粘贴板
https://api.day.app/yourkey/验证码是9527?automaticallyCopy=1©=9527
// 点击推送将跳转到url的地址(发送时,URL参数需要编码)
https://api.day.app/yourkey/百度网址?url=https://www.baidu.com
// 指定是否需要保存推送信息到历史记录,1 为保存,其他值为不保存。
// 如果不指定这个参数,推送信息将按照APP内设置来决定是否保存。
https://api.day.app/yourkey/需要保存的推送?isArchive=1
// 指定推送消息分组,可在历史记录中按分组查看推送。
https://api.day.app/yourkey/需要分组的推送?group=groupName
// 指定推送消息图标
https://api.day.app/yourkey/需要自定义图标的推送?icon=http://day.app/assets/images/avatar.jpg
// 设置时效性通知
https://api.day.app/yourkey/时效性通知?level=timeSensitive
// 可选参数值
// active:不设置时的默认值,系统会立即亮屏显示通知。
// timeSensitive:时效性通知,可在专注状态下显示通知。
// passive:仅将通知添加到通知列表,不会亮屏提醒
将后端代码部署在你自己的服务器上。支持Docker
这是一款chrome插件能帮你方便地把网页上的文本或者网址推送到Bark手机端。
效果展示
https://api.ihint.me/bark.html
使用 Quicker 软件在 Windows 上将选中文字一键推送到iPhone,支持打开URL和自动复制推送内容 https://getquicker.net/Sharedaction?code=e927d844-d212-4428-758d-08d69de12a3b