pushbullet.py icon indicating copy to clipboard operation
pushbullet.py copied to clipboard

A python client for http://pushbullet.com

Results 14 pushbullet.py issues
Sort by recently updated
recently updated
newest added

from pushbullet import Pushbullet api_key = 'replace with your api key' encryption_key = 'replace with your encryption key' pb = Pushbullet(api_key, encryption_key) device = pb.get_device('replace with your device nickname') threads...

sending sms works flawlessly, is there anyway to check for an sms meeting x requirements within a certain timeframe, say past 5 minutes. Or make it continuously check on each...

question

As mentioned on the API https://docs.pushbullet.com/#subscription

enhancement

It just checks it has a "cursor" field, but it seems to have this even when it's reached the last page of pushes. This eats through rate limit very very...