Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Adding Pushbullet integration #162

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

Commits on May 2, 2023

  1. Adding Pushbullet integration

    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.
    Pinibot committed May 2, 2023
    Configuration menu
    Copy the full SHA
    cb0bbd5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    c47e4e0 View commit details
    Browse the repository at this point in the history