4 releases
0.2.2 | Dec 1, 2023 |
---|---|
0.2.1 | Feb 7, 2023 |
0.2.0 | Feb 7, 2023 |
0.1.0 | Feb 6, 2023 |
#15 in #advent-of-code
11KB
104 lines
aoc_input
A simple program to download and cache your AoC puzzle inputs
CLI usage example (requires --feature="cli"
)
aoc-input $SESSION 2022 21
will return the puzzle input for day 21, year 2022.
$SESSION
should be your session token, found by inspecting the network request to adventofcode.com/2022/day/1 in any browser.
Remarks
The program will try to cache the puzzle inputs in your home folder, in ~/.aoc_puzzles/
Dependencies
~4–16MB
~211K SLoC