文件名称:pushbullet.py:http的python客户端
文件大小:38KB
文件格式:ZIP
更新时间:2024-05-20 19:38:21
hacktoberfest Python
pushbullet.py 这是用于出色的服务的python库。 它允许您将推送通知发送到设备。 为了使用API,您需要可以在获得的API密钥。 这是特定于用户的,用于代替密码。 安装 最简单的方法是打开您喜欢的终端并输入 pip install pushbullet.py 或者,您可以克隆此存储库并使用 python setup.py install 要求 精彩的请求库。 神奇的python-magic库。 用法 验证 from pushbullet import Pushbullet pb = Pushbullet ( api_key ) 如果您的密钥无效(即,Pushbullet API返回401 ),则会引发InvalidKeyError 。 使用代理 指定后,对API的所有请求都将通过代理进行。 请注意,使用SOCKS代理需要requests[socks]软件包(要安
【文件预览】:
pushbullet.py-master
----.gitignore(2KB)
----setup.cfg(119B)
----.github()
--------workflows()
----tests()
--------test_chats.py(1KB)
--------test_listener.py(328B)
--------test_client.py(2KB)
--------fixtures.py(2KB)
--------test_channels.py(2KB)
--------test_auth.py(364B)
--------test_client_operations.py(10KB)
--------test.png(7KB)
--------test_e2e.py(1KB)
--------__init__.py(0B)
--------helpers.py(126B)
--------test_client_init.py(2KB)
--------test_client_push.py(9KB)
--------test_devices.py(3KB)
--------test_filetypes.py(615B)
----LICENSE(1KB)
----CODEOWNERS(16B)
----pushbullet()
--------errors.py(471B)
--------chat.py(765B)
--------listener.py(3KB)
--------pushbullet.py(13KB)
--------__init__.py(382B)
--------_compat.py(219B)
--------filetype.py(586B)
--------helpers.py(282B)
--------__version__.py(23B)
--------device.py(2KB)
--------channel.py(1KB)
----readme.md(8KB)
----changelog.md(351B)
----requirements.txt(155B)
----example()
--------mirror_example.py(3KB)
--------sample_config.json(86B)
--------listener_example.py(592B)
----MANIFEST.in(137B)
----pyproject.toml(1KB)
----setup.py(1KB)