Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funny-cat-happy/barknotificator
A package that allows you to send notifications to your iOS device using the Bark app without self server
https://github.com/funny-cat-happy/barknotificator
Last synced: about 1 month ago
JSON representation
A package that allows you to send notifications to your iOS device using the Bark app without self server
- Host: GitHub
- URL: https://github.com/funny-cat-happy/barknotificator
- Owner: funny-cat-happy
- License: gpl-3.0
- Created: 2023-08-21T14:21:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T00:36:20.000Z (9 months ago)
- Last Synced: 2024-11-02T21:51:35.370Z (about 2 months ago)
- Language: Python
- Size: 87.9 KB
- Stars: 37
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred - funny-cat-happy/barknotificator - A package that allows you to send notifications to your iOS device using the Bark app without self server (Python)
README
# BarkNotificator
- [中文](/README.md)
- [English](docs/README_EN.md)
- [Türkçe](docs/README_TR.md)此项目可以借助Bark直接向苹果手机推送信息
# 使用方法
## 安装
>pip install --upgrade barknotificator
## 示例
```python
from BarkNotificator import BarkNotificatorbark = BarkNotificator(device_token="your device token")
bark.send(title="welcome", content="hello world")
```
![image](/docs/inform.jpg "结果图片")
# 感谢
- [Bark官方](https://github.com/Finb/Bark)