Bark

Bark is an iOS App which allows you to push custom notifications to your iPhone
Alternatives To Bark
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Bark3,619
2 months ago43mitSwift
Bark is an iOS App which allows you to push custom notifications to your iPhone
Pushok344472 months ago42September 22, 202214mitPHP
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)
Ios192
2 days ago2apache-2.0Swift
Tinodios: Tinode Messaging Client for iOS
Pushmenu71
9 years ago2Objective-C
Push notifications from your Mac to your iPhone via Prowl or Boxcar.
Ruby Prowl691797 years ago5January 17, 2016mitRuby
Ruby interface to Prowl, http://www.prowlapp.com/
Node Notifo324312 years ago2February 05, 20111mitJavaScript
Send push notifications to your iPhone for free using node.js and notifo.com
Node Prowl294463 years ago4January 20, 2020mitJavaScript
Node.js API for prowl, allowing to send PUSH notifications to your iPhone!
Prowl Irssi18
11 years agoPerl
Plugin for Irssi to send push notifications to iPhone via Prowl
Pushsafer Arduino Library15
7 months agoC++
Arduino library for Pushsafer.com
Epns12
2 years ago3February 03, 2021mitErlang
:iphone: Erlang Push Notifications. APNS(Apple Push Notifications) and FCM(Firebase Cloud Messaging) Push Notifications
Alternatives To Bark
Select To Compare


Alternative Project Comparisons
Readme

使用文档

https://bark.day.app

问题反馈 Telegram 群

Bark反馈群

发送推送

  1. 打开APP,复制测试URL
  1. 修改内容,请求这个URL
可以发 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&copy=9527

其他参数

  • url
// 点击推送将跳转到url的地址(发送时,URL参数需要编码)
https://api.day.app/yourkey/百度网址?url=https://www.baidu.com 
  • isArchive
// 指定是否需要保存推送信息到历史记录,1 为保存,其他值为不保存。
// 如果不指定这个参数,推送信息将按照APP内设置来决定是否保存。
https://api.day.app/yourkey/需要保存的推送?isArchive=1
  • group
// 指定推送消息分组,可在历史记录中按分组查看推送。
https://api.day.app/yourkey/需要分组的推送?group=groupName
  • icon (仅 iOS15 或以上支持)
// 指定推送消息图标
https://api.day.app/yourkey/需要自定义图标的推送?icon=http://day.app/assets/images/avatar.jpg
  • 时效性通知
// 设置时效性通知
https://api.day.app/yourkey/时效性通知?level=timeSensitive

// 可选参数值
// active:不设置时的默认值,系统会立即亮屏显示通知。
// timeSensitive:时效性通知,可在专注状态下显示通知。
// passive:仅将通知添加到通知列表,不会亮屏提醒

后端代码

bark-server

将后端代码部署在你自己的服务器上。支持Docker

Chrome 插件

Bark-Chrome-Extension

这是一款chrome插件能帮你方便地把网页上的文本或者网址推送到Bark手机端。

效果展示

在线定时发送

https://api.ihint.me/bark.html

Windows推送客户端

HsuDan/BarkHelper

跨平台的命令行应用

JasonkayZK/bark-cli

Quicker 动作

使用 Quicker 软件在 Windows 上将选中文字一键推送到iPhone,支持打开URL和自动复制推送内容 https://getquicker.net/Sharedaction?code=e927d844-d212-4428-758d-08d69de12a3b

Bark for Wox

https://github.com/Zeroto521/Wox.Plugin.Bark

Popular Iphone Projects
Popular Push Notifications Projects
Popular Hardware Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Swift
Iphone
Mvvm
Ios App
Push Notifications
Mvvm Architecture
Ios Swift
Rxswift