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

Using the example code with Python 3.10 gives an 'DeprecationWarning: There is no current event loop' for the line `get_event_loop()`.

I'm getting an AttributeError for the attribute "device_iden" when I use push_file. There's no issues when I use push_note. See code and error output below. ``` pb = Pushbullet(apiKey) with...

error from callback : on_open() takes 1 positional argument but 2 were given File "/usr/local/lib/python3.8/dist-packages/websocket/_app.py", line 393, in _callback callback(self, *args) error from callback : on_message() takes 2 positional arguments...

# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine tests/test_channels.py, tests/test_chats.py, tests/test_devices.py and observe `intersted`, however expect to see `interested`. - Examine readme.md and...

Installed Pushbullet v0.12.0 using pip, but I can't get it to work. `from pushbullet import Pushbullet` just causes the shell to restart. No error message, no warning. ![image](https://user-images.githubusercontent.com/57280279/101551728-617d9680-3966-11eb-95f8-091d8880456a.png) Doesn't work...

Hello to everyone reading this, I've originally created this package in 2013 for my personal pushing needs and decided to open source it as practice. Sometime later, I stopped using...

I'm wondering whether this will work with micropython. If not, do you have any plans to provide a version compatible with micropython? I would think there's plenty of interest in...

https://pypi.org/project/pushbullet.py/ shows no description, where previously it showed some basic help (e.g. https://pypi.org/project/pushbullet.py/0.11.2/)

The get_channel method loads channels for the current user and then returns an error "No channel found with channel_tag" when the channel is not found. However it doesn't handle multiple...

enhancement