pushybullet icon indicating copy to clipboard operation
pushybullet copied to clipboard

Python bindings for Pushbullet (http://pushbullet.com/) API v2 with freedom of usage in mind

Results 4 pushybullet issues
Sort by recently updated
recently updated
newest added

Running latest HEAD the api.pushes() interface crashes: ``` Traceback (most recent call last): File "./receiver.py", line 59, in for push in api.pushes(): File "/usr/local/lib/python2.7/dist-packages/pushybullet.py", line 1221, in return (self.make_push(o) for...

File "./abc.py", line 23, in send_alert pb.push(file=image) File "/usr/lib/python2.7/site-packages/pushybullet.py", line 1292, in push push.bind(self).send(target) File "/usr/lib/python2.7/site-packages/pushybullet.py", line 961, in send target.api.upload(req['upload_url'], data=req['data'], file=fh) File "/usr/lib/python2.7/site-packages/pushybullet.py", line 1144, in upload response...

bug