A versatile and extensible platform automation, with hundreds of supported integrations https://platypush.tech
Go to file
Fabio Manganiello 0310cce974 MIT License 2017-11-03 18:06:58 +01:00
runbullet Removed per-plugin config.yaml, all the config is now in the main config.yaml 2017-11-03 17:53:02 +01:00
.gitignore gitignore 2017-11-03 12:43:18 +01:00
LICENSE.txt MIT License 2017-11-03 18:06:58 +01:00
README.md Proper release with setuptools support 2017-11-03 15:06:29 +01:00
setup.py MIT License 2017-11-03 18:06:58 +01:00

README.md

Runbullet

Execute any command or custom complex logic on your devices, wherever they are, using your PushBullet account.

Installation

pip install runbullet

Configuration

Copy /etc/runbullet/config.example.yaml to /etc/runbullet/config.yaml (system-wise settings) or ~/.config/runbullet/config.yaml (user-wise settings).

Edit the file to include:

  • Your PushBullet access token (create one here);
  • The name of the (virtual) PushBullet device used to listen for events (create one here).