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.