Git Product home page Git Product logo

swgoh-arena-tracker's Introduction

Simple SWGOH Arena Tracker

Deploy straight to Heroku(24/7 free if a credit card registered)

Deploy

Configuration

Set environment variables:

Variable Name Description Notes
ARENA_TYPE SQUAD or FLEET Required
DISCORD_WEB_HOOK Webhook to discord channel. Required
GAME_CLIENT_VERSION Not required, but in case of new game updates can help to fix errors (current version is 99.99.99) Optional
ALLY_CODES Comma separated list of ally codes.
Example:
123456789,123456788,123456999
Ignored if ALLY_CODES_URL present
DISCORD_TAGS Comma(+bar | ) separated list of pairs <ally_code>|<user_discord_id>.
Example:
123456789|000000000000000000,123456788|000000000000000001
How to find discord id.
DEPRECATED Ignored if ALLY_CODES_URL present
ALLY_CODES_URL URL to a json file with players.
Recommended to use secret github gist like this example.
Format: https://gist.github.com/<user_name>/<gist_id>/raw
Notes:name and discordId is not required, just set them to an empty string ""
Recommended

Deploy with Heroku steps

0. Delete previously created application(if you have one).

1. Click the button below.

Deploy

2. Create the application with a unique name and press Deploy app button.

ScreenShot

3. Once deployed press Manage App button.

ScreenShot

4. Go to settings tab.

ScreenShot

5. Press Reveal Config Vars button and set environment variables.

ScreenShot

Ally codes is a comma-separated string(like: 123456789,125456189 ...).

You will need to create a Discord web hook in the channel of choice. Fill the DISCORD_WEB_HOOK with the that unique url.

Choose your arena type - SQUAD or FLEET.

GAME_CLIENT_VERSION is not required at first but will help to fix connection issues when the game client will be updated again(happens from time to time). Check the application logs if the tracker stops sending messages.

6. Activate the resource to run the tracker under the Resources tab.

ScreenShot

7. Check logs under More -> View logs for any errors.

ScreenShot

8. Add credit card to your profile to get extra free hours for full month free 24/7 hosting.

ScreenShot

9. Keep only one application and one resource at a time, otherwise you will be charged...

swgoh-arena-tracker's People

Contributors

iprobedroid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.