This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
aocDiscord/aocDiscordConfig.json.example
AKP 84a5dd86d9
Alter 4 files
Add `.gitignore`
Add `LICENSE`
Add `aocDiscordConfig.json.example`
Add `main.py`
2022-12-16 02:26:03 +00:00

6 lines
250 B
JSON

{
"session": "your AoC session token",
"leaderboardID": "your AoC private leaderboard ID, as a string",
"webhook": "your Discord webhook URL",
"email_address": "your email address, used as a user agent when sending requests to AoC"
}