Azelphur / pyPushBullet

Python library to interface with PushBullet
GNU General Public License v3.0
180 stars 48 forks source link

module import fix, SMS push notifications to Android, enhanced realtime function #26

Closed 0b1-k closed 8 years ago

0b1-k commented 9 years ago

This pull request contains the following:

  1. setup.py fix so that importing the module now works properly
  2. added feature to push SMS messages to Android
  3. added an event parameter to realtime() so that it can exit on demand.

Thanks, -Fabien.

Azelphur commented 9 years ago

Looks good, thanks for the help! :)

It looks like the README is wrong now though, could you fix that?

0b1-k commented 9 years ago

I did update the README (import statement at the top). Did I miss something? What is wrong?

Azelphur commented 9 years ago

Dam sorry completely forgot about this pull request.

The README now reads

import pb

apiKey = "YOUR_API_KEY_HERE" p = PushBullet(apiKey)

This will cause an error, because PushBullet does not exist.