Reading replies in Pushbullet using python

151 Views Asked by At

Can we read PushBullet's user's reply and continue the program further on the basis of that reply using Python?

from pushbullet import * 
pb =PushBullet(<API>)
pb.push_note('Hi',"Shall I continue?")        #notification sent

If I write "Yes" as reply to that message, it should comprehend my reply and continue the program further.

0

There are 0 best solutions below