LeftyBC / weebullet

Weechat script to push notifications to Pushbullet
BSD 2-Clause "Simplified" License
28 stars 14 forks source link

rewrite: subscribed channels, complete refactor, pep8 formatting, switch from python2 to python3, and more! #19

Closed adtac closed 4 years ago

adtac commented 6 years ago

Hey @LeftyBC. Great plugin! I spent a couple of hours refactoring the whole code when I wanted to add a new feature (subscribing to channels: lets you get notifications for all messages in a channel irrespective of whether or not you're highlighted).

I'll try to summarise the list of changes:

There is a bit of an API change (rephrased some things); see the README for more information. But since weebullet is still in 0.x (beta software), I think it's okay to change the API without too many consequences.

I know that these are huge changes, so I'll completely understand if you do not want to merge these changes in; I will be maintaining my own fork of that's the case. I'm also submitting the new script to https://weechat.org/scripts.

adtac commented 6 years ago

@LeftyBC are you still maintaining this project? Just curious :)

LeftyBC commented 6 years ago

I am! Haven't had a chance to check out the PR, but I'll take a look as soon as I can!

Cheers, Lefty

On Fri, Jul 13, 2018 at 4:18 AM Adhityaa notifications@github.com wrote:

@LeftyBC https://github.com/LeftyBC are you still maintaining this project? Just curious :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeftyBC/weebullet/pull/19#issuecomment-404804481, or mute the thread https://github.com/notifications/unsubscribe-auth/ABPovhjSRXC7otW1R76vVD3o7LG8mInVks5uGIISgaJpZM4U_y7V .

adtac commented 6 years ago

No problem! Thanks a lot!

LeftyBC commented 4 years ago

Apologies for taking so long to merge this - the usual excuses about life etc. apply. A second PR to update to py3 support showing up is what reminded me!