1

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.

hc_dev
  • 8,389
  • 1
  • 26
  • 38
Zayd
  • 13
  • 4

0 Answers0