文件名称:python-mpns:Microsoft 推送通知服务的 Python 模块
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-12 11:52:00
Python
Python-mpns 适用于 Windows Phone 的 Microsoft 推送通知服务 (MPNS) 的 Python 模块。 它支持 Toast、Tile 和 Raw 通知格式(后者尚未测试)。 用法 from mpns import MPNSTile, MPNSToast, MPNSRaw uri = 'http://db3.notify.live.net/throttledthirdparty/01.00/ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890' toast = MPNSToast() tile = MPNSTile() toast.send(uri, {'text1': 'Hello', 'text2': 'Windows Phone'}) toast.send(uri, {'text1': 'Tap this message',
【文件预览】:
python-mpns-master
----.gitignore(56B)
----README.md(1KB)
----tests()
--------test_base.py(14KB)
----LICENSE(1KB)
----mpns()
--------notification.py(9KB)
--------__init__.py(120B)
----MANIFEST.in(26B)
----setup.py(1KB)
----tox.ini(363B)