richard-better / pushbullet.py

A python client for http://pushbullet.com
MIT License
575 stars 110 forks source link

Make pushbullet.py great again #152

Open rbrcsk opened 3 years ago

rbrcsk commented 3 years ago

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 it, and also no longer had time to maintain it, so I ghosted the project.
For a while it seemed that even pushbullet is dead, so I completely let the project go in my mind.

However a few days ago, a new personal project came up, and I needed to somehow push stuff to my phone. I looked around, and saw that the Pushbullet team is working on it again! But unfortunately they removed the iOS app, so I can't use it anymore. 😥 After looking at alternatives, I've decided to go with Pushover. They have a sustainable and fair pricing structure, apps for iOS and Android, and an extensive api.

Since - to my surprise - there are still quite a few users of this library, I've decided to, I've decided to upgrade and modernise this library instead of using an existing one for pushover.

So here're my plans!

If you're interested in helping out with any of these, or have a naming idea, feel free to reply here!

troeggla commented 3 years ago

Hey, great to hear from you! I was one of the contributors that you gave access to the project when you decided to step down.

To be honest, I also stopped using Pushbullet, so this repository gradually slipped my mind. I was encouraged to start working on it again by a pull request a while ago. I was just about to look at it properly and lo, you're back! 😅

Sounds like a solid plan, I think this package is in need of a bit of an overhaul! I'd be willing to lend my assistance if needed!

benh57 commented 3 years ago

Also using the library recently. Thanks for maintaining it!

johncblacker commented 3 years ago

Would love to see a micropython (or circuitpython) version of this package. Just started looking at it so don't know how much work might be involved...I would think people doing their own IoT program development would be interested in something like this and I, myself, decided to look at it because I'd rather not have to go through IFTTT because it seems that webhooks complicates the interface more than necessary. A little disappointed in the pushbullet API as I've developed an application running on the ESP32-BASED board (Pycom WiPy) and am able to push notes, but it took too damn long to develop because of all the erroneous info out on the web and the pushbullet examples are basically for devices that have a cURL implementation...which most microcomputer os's don't have and the one's that do have little to no doc and their implementation of cURL differs from the general cURL doc (don't ask me why it's so). Anyway, like what you did with this.