PBNS is an application that uses the pushbullet.py
module by @randomchars to
integrate Pushbullet notifications and pushes
into your desktop. It forwards both mirrored notifications and regular text
pushes (such as from chat messages) to D-Bus so that they show up via your
regular notifications daemon.
- Mirrors your devices' notifications to your desktop
- Displays your pushes as soon as they're received
- Decryption of your End-to-End-encrypted pushes and notifications
The motivation behind the development of this app was to experiment with the Pushbullet API, so I could integrate the notifications with my desktop.
pip install requirements.txt
git clone htts://github.com/kiike/pbns
- source
$YOUR_VIRTUALENV/bin/activate
python $CLONE_DIR/pbns.py
This project is in no way endorsed nor affiliated with Pushbullet.
This project's code is licensed under the ISC license. For details, see the
LICENSE
file. The logo is released under the terms of the
CC-4.0-BY license.
I welcome contributions and suggestions very much. Please file bugs and (pull) requests!