
I will also put here the relevant information for simplicity: Simple Notifications

Here you can find source code and documentation: I've built (yet) another CLI Tool in Python that allows you to very quickly and easily use Email / Pushover / Pushbullet notifications. I can't find any fix anywhere for this problem and can't even find anyone with the problem :( Please note that their documentation has a syntax error in the push_note example, it shouldn't have a full stop / period before the end bracket. Returns: įile "C:\Users\Admin\Desktop\PushBullet_Test.py", line 9, in ĪttributeError: 'NoneType' object has no attribute 'push_note' Push = phone.push_note("This is the title", "This is the body") Pb = PushBullet("ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890") Running the folllowing code: from pushbullet import PushBullet

I saw a thread on reddit about using Python with Pushbullet and thought it would be handy so I'm trying to use Python to send Notifications via PushBullet however I'm running into several problemsġ) I'm unable to find out what device each ID is related to.Ģ) I'm unable to push anything to any device due to the error AttributeError: 'NoneType' object has no attribute 'push_note'
