Red5d / pushbullet-bash

Bash interface to the PushBullet API
236 stars 41 forks source link

New auth, refactor push, retire unsupported functions #49

Closed fbartels closed 8 years ago

fbartels commented 8 years ago

Hi Red5d,

this is a bit bigger change. I ran through all the functions and they all worked for me. This pull request includes:

I have also included the setup bit once more. I will close #43 in a moment.

Red5d commented 8 years ago

Does this still need an oauth client id set up?

fbartels commented 8 years ago

Theoretically yes, but as the pull request includes a client id that is linked to my pushbullet account it will immediately work for new users. If the id is linked to your account or mine does not make a difference for the user.

fbartels commented 8 years ago

Thanks