funny-cat-happy / barknotificator

A package that allows you to send notifications to your iOS device using the Bark app without self server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BarkNotificator

此项目可以借助Bark直接向苹果手机推送信息

使用方法

安装

pip install --upgrade barknotificator

示例

from BarkNotificator import BarkNotificator

bark = BarkNotificator(device_token="your device token")
bark.send(title="welcome", content="hello world")

image

感谢

About

A package that allows you to send notifications to your iOS device using the Bark app without self server

License:GNU General Public License v3.0


Languages

Language:Python 94.9%Language:Lua 5.1%