A Python Library and a simple command line app for Pushbullet.
Project description
A Python library (and super simple command line app) for Pushbullet.
Library Usage
>>> from pushbullet import Pushbullet
>>> pb = Pushbullet(api_key='replace-with-your-api-key')
>>>
List devices:
>>> pb.list_devices()
{u'shared_devices': [], u'devices': []}
>>>
Send a note:
>>> pb.bullet_note(device_idn, title="Hello, World!", body="This is an example note.")
{}
>>>
Command Line Usage
$ pushbullet --help
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PushbulletPythonLibrary-0.2.tar.gz
.
File metadata
- Download URL: PushbulletPythonLibrary-0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76c9ce46e418ccc53fa1724dac11e0474946f1c510d2d32accb93ab7aa08b152 |
|
MD5 | c813daf47f9af2f1b0bb5c3a11d29182 |
|
BLAKE2b-256 | 932aabbedd167a03dc4d0e2c0e7e89d10c65d9be82e21f106f44906c3390d718 |