Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pushbullet integration #45

Open
BaesFr opened this issue Mar 21, 2015 · 1 comment
Open

Pushbullet integration #45

BaesFr opened this issue Mar 21, 2015 · 1 comment
Milestone

Comments

@BaesFr
Copy link
Contributor

BaesFr commented Mar 21, 2015

I saw that pushbullet can be integrate as seen here

https:/randomchars/pushbullet.py

Will try that, I think it will be more user-friendly that one log to read

@BaesFr
Copy link
Contributor Author

BaesFr commented Mar 23, 2015

Because I test it on Windows, I can't full test the addon.

But I've manage to receive a notification.
I use the pushbullet.py from
https:/Azelphur/pyPushBullet

Need more testing but here it is.

In uploadr.ini

################################################################################
# Pushbullet
################################################################################
PUSHBULLET_API_KEY = "abcdefghiklm123456789"

In uploadr.py

from pushbullet import PushBullet
PUSHBULLET_API_KEY = eval(config.get('Config','PUSHBULLET_API_KEY'))

p = PushBullet(PUSHBULLET_API_KEY)
p.pushNote('','Flickr-Uploader','Hello World !')

PS : The PushBullet api key can be obtain freely here (Access Token)
https://www.pushbullet.com/account

@oPromessa oPromessa added this to the Defer milestone Nov 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants