Discord channel to be updated.
Join ourSimple SWGOH Arena Tracker
DiscordChannel --my capacity is quite limited, yet you can help each other on this channel
Deploy straight to Heroku(24/7 free if a credit card registered)
Configuration
Set environment variables:
Variable Name | Description | Notes |
---|---|---|
ARENA_TYPE | SQUAD or FLEET |
Required(yet SQUAD is by default if not set) |
DISCORD_WEB_HOOK | Webhook to discord channel. | Required |
ALLY_CODES | Comma separated list of ally codes. Example: 123456789,123456788,123456999 |
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 |
How to find discord id.. Format: https://gist.github.com/<user_name>/<gist_id>/raw Notes: name and discordId is not required, just set them to an empty string "" , userIcon is for discord emoji(:emoji_code:) |
Deploy with Heroku steps
0. Delete previously created application(if you have one).
1. Click the button below.
Deploy app
button.
2. Create the application with a unique name and press
Manage App
button.
3. Once deployed press
4. Go to settings tab.
Reveal Config Vars
button and set environment variables.
5. Press
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
.
Check the application logs if the tracker stops sending messages.