1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resource RuneMate Discord notifications

Discussion in 'Tutorials & Resources' started by cakefan, Jul 1, 2019.

  1. cakefan

    Joined:
    May 18, 2019
    Messages:
    12
    Likes Received:
    4
    Here's how to get RuneMate's push notifications on your Discord server.

    Install Git for Windows and Node.js LTS.

    Register on Pushbullet and add RuneMate to your Pushbullet account.

    Go to your Pushbullet account settings and click Create Access Token. Copy it and keep it safe.

    On Discord, click Edit Settings next to the channel name where you want to see the notifications. Go to Webhooks, create a new Webhook and customize it with a name and avatar as you see fit. Here's the RuneMate logo. Save the Webhook URL.

    Shift+Right Click where you want to install the notifications app and open PowerShell or cmd. Clone the repository and install it with the commands:
    Code (Text):
    1. npm install typescript -g
    2. git clone https://github.com/fernando/pushbullet-to-discord.git
    3. cd pushbullet-to-discord
    4. npm install
    Go into the pushbullet-to-discord folder and open the file .env.dev with a text editor.
    Paste in your Pushbullet Access Token and Discord Webhook URL and save.

    When you are done, rename it to .env with the command:
    Code (Text):
    1. ren .dev.env .env
    Finally, go back to PowerShell and run:
    Code (Text):
    1. npm run start
    If it says "Pushbullet event stream has started" and doesn't throw any errors, you should be gucci. In the RuneMate client you can go to Settings, scroll down to Push Notifications and click "TEST" to make sure it works.
     
    #1 cakefan, Jul 1, 2019
    Last edited: Jul 1, 2019
    Gengsta and Swatarinaess like this.
  2. yticosean

    Joined:
    Apr 25, 2019
    Messages:
    6
    Likes Received:
    3
    If you're a developer, you could also use JDA. Good stuff nonetheless :)
     

Share This Page

Loading...