Pushsafer-移动设备上的Python通知

时间:2020-05-01 12:02:23

标签: python python-3.x push-notification notifications

我正在做一个小项目,想向手机发送通知。看起来PushSafer可以执行我要执行的操作,但是当我尝试对其进行测试时,却无法使其正常运行。我究竟做错了什么?我在下面提供了一些详细信息。

from pushsafer import init, Client

init("<my_key>")

client.send_message('This is a test','Test','d=a','1','','','u="https://www.pushsafer.com"','','10','2','60','60'
                   '0','',"Image 1", "Image 2", "Image 3")

out: <pushsafer.MessageRequest at 0x11161af90>

谢谢

0 个答案:

没有答案