Azelphur / pyPushBullet

Python library to interface with PushBullet
GNU General Public License v3.0
180 stars 48 forks source link

Looking for a way to receive pushes #32

Closed kencodes closed 6 years ago

kencodes commented 8 years ago

I have an automation script that I want to control with a Pushbullet interface. It already sends out status pushes to my channel just fine, but I don't see a way to use your code to remotely control my script through pushbullet.

Is this something you already support or plan to support? -Ken

Azelphur commented 8 years ago

If I understand you correctly, you want your script to register as a device and listen for pushes sent to it? you can use the addDevice and realtime functions for this