|
2 | 2 |
|
3 | 3 | Send a webhook or notification when someone from an Advent of Code leaderboard solves a puzzle.
|
4 | 4 |
|
5 |
| -This can be very useful to track the progress of a group of friends, or co-workers on Discord, |
6 |
| -Telegram, Slack, etc. |
| 5 | +This can be very useful to track the progress of a group of friends/co-workers on Discord, |
| 6 | +Telegram, Slack, etc. It makes the challenge more engaging and competitive. |
7 | 7 |
|
8 | 8 | 
|
9 | 9 |
|
@@ -42,8 +42,8 @@ $ docker run \
|
42 | 42 | -e ADVENT_OF_CODE_SESSION_ID="your advent of code session id" \
|
43 | 43 | -e ADVENT_OF_CODE_LEADERBOARD_ID="numeric leaderboard id" \
|
44 | 44 | -e CACHE_FILE="/cache/cache.json" \
|
45 |
| - -v "$(pwd)/cache/:/cache/" \ |
46 | 45 | # (Same optional env vars, see below)
|
| 46 | + -v "$(pwd)/cache/:/cache/" \ |
47 | 47 | ghcr.io/tofran/advent-of-code-leaderboard-notifier
|
48 | 48 | ```
|
49 | 49 |
|
@@ -83,7 +83,7 @@ Defaults to `Day {day}: {member} solved {part_emoji} after {after}`. Supported k
|
83 | 83 | #### - `NOTIFICATION_2_PATTERN` (optional)
|
84 | 84 |
|
85 | 85 | Defaults to the current value of `NOTIFICATION_PATTERN`.
|
86 |
| -Overrides the notification text for the 2dn puzzle only. |
| 86 | +Overrides the notification text for the 2nd puzzle only. |
87 | 87 | Example: `{member} solved the 🎉🍾 SECOND 🎄💥 part of day {day}!!!`
|
88 | 88 |
|
89 | 89 | #### - `NOTIFICATION_PATTERN_EMOJIS` (optional)
|
|
0 commit comments