You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`ADVENT_OF_CODE_LEADERBOARD_ID`: The unique ID of the leaderboard. It's an integer you can get from the end of leaderboard url or the prefix of the invite code.
26
+
-`ADVENT_OF_CODE_SESSION_ID`: Your advent of code session id.
27
+
To retrieve it, go visit adventofcode.com, open developer tools > storage > cookies > copy the value of your `session` cookie.
28
+
-`WEBHOOK_URL`: Where to send the webhook. Can be for example a discord webhook.
29
+
-`ADVENT_OF_CODE_YEAR`: Optional, defaults to `2020`
30
+
-`CACHE_FILE`: Optional, defaults to `./cache.json`
0 commit comments