Skip to content

kovacsbalu/pushbullet-rpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pushbullet-RPC

image

image

Design principle based on python SimpleXMLRPCServer.

Use Pushbullet note for calling python functions. The note title used as function name and the body contains the function parameter when necessary.

Installation

git clone https://github.com/kovacsbalu/pushbullet-rpc
cd pushbullet-rpc

Requirements

Usage

Check example.py

Tests

py.test tests.py

with coverage: :

py.test --cov-report term-missing --cov pushbulletrpc tests.py

About

RPC with Pushbullet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages