A python module for interacting with the v2 Pushbullet API.
Project description
python-pushbullet
A python module for interacting with the v2 Pushbullet API.
Setup
This tool supposes that your Pushbullet API key is located in an environment variable or a .env file. To create a .env file, type the following:
➜ echo PUSHBULLET_API_KEY=<your-api-key-here> > .env
Make sure that you don't commit this file to Git: it contains your private API key.
Usage:
➜ ./pushbullet_cli.py post \
> --title "Hello World" \
> --body "Lorem ipsum dolor sit amet, consectetur adipiscing elit."
➜ ./pushbullet_cli.py devices
Chrome | chrome
Google Pixel 3a | android
Firefox | firefox
➜ ./pushbullet_cli.py post \
> --title "Hello World" \
> --body "Lorem ipsum dolor sit amet, consectetur adipiscing elit." \
> --device "Google Pixel 3a"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-pushbullet-1.0.0.tar.gz.
File metadata
- Download URL: python-pushbullet-1.0.0.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d36d75321832f2eeebd53e385af25ff8152e876ee8fb8b24db5e2dab3eae411b
|
|
| MD5 |
2870957c4f6cc62941f3d9c3e0ab028a
|
|
| BLAKE2b-256 |
ce8c10112ad67cbf932a678db72882033ea75115c97a91c07dd7ef715c5282b9
|
File details
Details for the file python_pushbullet-1.0.0-py3-none-any.whl.
File metadata
- Download URL: python_pushbullet-1.0.0-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a22e00caece78d31fdc21a4be1951e898ebb222d0d638963c4f0332b0260dd0
|
|
| MD5 |
a367b7b00df0fda060df517d4e7563fb
|
|
| BLAKE2b-256 |
8baee71ec7440440e574ae96f62be6eeabefd129575e4bdd7c292a2e184c2d21
|