pushbullet.py
A simple python client for pushbullet.com
What it is and what it does
pushbullet.py is a Python wrapper around the Pushbullet service API, allowing you to programmatically send notifications, notes, and messages to Android devices and other connected endpoints. It abstracts the HTTP API calls into simple Python method calls, making it easier to integrate Pushbullet notifications into Python applications.
The package is no longer maintained—the last release was in October 2020 and the repository is archived. While it has no external runtime dependencies and installs easily, you should verify that the Pushbullet API itself has not changed significantly since then, as the library will not receive updates to accommodate any API modifications.
Use it for:
- Send automated notifications from a Python script to your Android device or Pushbullet account
- Integrate push notifications into a monitoring or alerting system for system administrators
- Build a notification bridge that forwards messages from one service to Pushbullet-connected devices
- Send notes or reminders from a scheduled task or cron job to your phone
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Python client library for the Pushbullet API that sends notifications and messages to Android devices and other connected services.
No, unless you have a specific legacy requirement. The package is abandoned and has not been updated since 2020. While it has no known vulnerabilities and installs without friction, you should assume the Pushbullet API may have changed and the library will not receive fixes. Consider using an actively maintained alternative or the official Pushbullet API directly if starting a new project.
Install
pushbullet-py on PyPI
pip
pip install pushbullet-pyuv
uv add pushbullet-pypoetry
poetry add pushbullet-pyInstalling pushbullet.py
Before you install
Installation is straightforward with no runtime dependencies, but the package is abandoned as of 2020-10-21 with no maintenance since. The repository is archived and the author is seeking someone to take over ownership.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions, making it suitable for both personal and commercial projects.
Quickstart
pip install pushbullet.py
from pushbullet import Pushbullet
pb = Pushbullet('your_api_key')
pb.push_note(title='Hello', body='World')
Requires a valid Pushbullet API key; the package has not been updated since 2020 and may not work with current Pushbullet API changes.
Verify before relying
- Whether the Pushbullet API itself remains operational and unchanged since the package's last update in 2020
- Compatibility with current Python versions beyond those listed in classifiers (2.7, 3.2, 3.x)
- Whether authentication or API endpoints have changed since the last release
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 2,123 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 97,751/month — #13,130 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pushbullet.py-0.12.0-py2.py3-none-any.whl
Keywords: push, android, pushbullet, notification
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
pyfcmPyFCM is a Python client for Firebase Cloud…
permissive · top 15,000 on PyPI
pypushdeerA Python SDK for sending push notifications…
permissive · top 15,000 on PyPI
trycourierA typed Python client for the Courier REST API…
permissive · top 15,000 on PyPI
urbanairshipPython library for integrating Airship's push…
permissive · top 15,000 on PyPI
onesignal-python-apiA Python client library for the OneSignal API…
unclear · top 15,000 on PyPI
exponent-server-sdkSends push notifications to Expo mobile apps…
permissive · top 15,000 on PyPI
firebase-messagingReceives push notifications sent via Firebase…
permissive · top 15,000 on PyPI
pushover-completeA Python client library for the Pushover…
permissive · top 15,000 on PyPI
fcm-djangoDjango app that integrates Firebase Cloud…
permissive · top 15,000 on PyPI
Farama-NotificationsProvides a notification system that Farama…
permissive · top 5,000 on PyPI