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

Adding Pushbullet integration #162

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Pinibot
Copy link

@Pinibot Pinibot commented May 2, 2023

This allows a call to the send_notification function of bot.py so that updates can be sent to whatever device you have recieving pushbullet notifications. For example, a good use case would be for bot developers add a notification hook when we have run out of runes or resources when high alching.

The API key is configured via settings and is unique to the bot user. The pushbullet API key (Access token) can be found at https://www.pushbullet.com/#settings/account.

If the API key is not configured, bot scripts will continue as normal.

This allows a call to the send_notification function of bot.py
so that updates can be sent to whatever device you have recieving
pushbullet notifications. For example, a good use case would be for bot
developers add a notification hook when we have run out of runes
or resources when high alching.

The API key is configured via settings and is unique to the bot user.
The pushbullet API key (Access token) can be found at
https://www.pushbullet.com/#settings/account.

If the API key is not configured, bot scripts will continue as normal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant