此项目可以借助Bark直接向苹果手机推送信息
pip install --upgrade barknotificator
from BarkNotificator import BarkNotificator
bark = BarkNotificator(device_token="your device token")
bark.send(title="welcome", content="hello world")
A package that allows you to send notifications to your iOS device using the Bark app without self server
PythonGPL-3.0