
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
pushbullet-cli
Advanced tools
|Build Status| |Codecov| |PyPI| |license|
::
$ pip install pushbullet-cli
Use Pushbullet <https://www.pushbullet.com/>__ from the command line.
First of all, set your API key by running:
::
$ pb set-key
Then pasting your API key at the prompt.
Push stdin to all devices:
::
$ echo "hello" | pb push
Push text to all devices:
::
$ pb push "I love burritos"
Pick a device to push to:
::
$ pb list-devices
$ pb push -d 0 "iPhones cannot eat burritos"
Push links:
::
$ pb push --link https://www.pushbullet.com/
Push files:
::
$ pb push --file /path/to/burrito_photo.jpg
Push to all subscribers of channel:
::
$ pb push -c "CHANNEL" "Why burritos are better than tacos"
Send an SMS:
::
$ pb sms -d 0 -n +123456789 "I sense a soul in search of answers"
List your pushes:
::
$ pb list -c 20
To set the API key from within python:
::
import keyring, keyrings.alt if isinstance(keyring.get_keyring(), keyrings.alt.file.EncryptedKeyring): keyring.set_keyring(keyrings.alt.file.PlaintextKeyring()) keyring.set_password("pushbullet", "cli", PUSHBULLET_KEY)
1.2.2
1.2.1
1.2
1.1
1.0
Remove Python 2.7 support (Countdown <https://pythonclock.org/>__)
Support to Click 7.0
Add test cases
Add CI build
Add coverage report
0.7.6
List previous pushes (#35)
Avoid prompt the user when message is piped (#34)
Removes default title (Note) (#36)
Many thanks to the original author @r-darwish
Pull requests are welcome
Take a look at the Contributing guidelines <https://github.com/GustavoKatel/pushbullet-cli/blob/master/CONTRIBUTING.rst>__
.. |Build Status| image:: https://github.com/GustavoKatel/pushbullet-cli/actions/workflows/testing.yml/badge.svg :target: https://github.com/GustavoKatel/pushbullet-cli/actions/workflows/testing.yml
.. |Codecov| image:: https://img.shields.io/codecov/c/github/GustavoKatel/pushbullet-cli.svg :target: https://codecov.io/gh/GustavoKatel/pushbullet-cli
.. |PyPI| image:: https://img.shields.io/pypi/v/pushbullet-cli.svg :target: https://pypi.python.org/pypi/pushbullet-cli
.. |license| image:: https://img.shields.io/github/license/GustavoKatel/pushbullet-cli.svg :target: https://img.shields.io/github/license/GustavoKatel/pushbullet-cli.svg
FAQs
Command line tool for controlling PushBullet
We found that pushbullet-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.