jxmorris12 / PokemonGo-Finder

Live visualization of all the pokemon in your area... and more!
GNU General Public License v3.0
171 stars 43 forks source link

Added Pushbullet channel support #22

Closed KarlTrueman closed 7 years ago

KarlTrueman commented 7 years ago

This pull request includes a

The following changes were made Sorry im a noob to this so sorry if ive done somthing wrong

- Added pushbullet channel support. user should create a channel on the account they are using the api key from first. then this should pick up the channel and push to that.

If this is related to an existing ticket, include a link to it as well.

This should use the first channel created on the given pushbullet api keys account

xcheneric commented 7 years ago

my_channel = pb.channels[0]

This method is inconsistent if you have multiple channels. For some reason pushbullet likes to mix them around after a while and the clients were sending to the wrong channel. It's a pushbullet issue.

jxmorris12 commented 7 years ago

already implemented