1.0.4 • Published 4 years ago
advent-cli v1.0.4
Advent of Code CLI
Node.js executable package for downloading Advent of Code available challenge descriptions and input data.
Usage
npx advent-cli --session <SESSION_COOKIE> .Options
<TARGET_DIR>(defaults toCWD)Which dir to use for content downloads.
--year(defaults to current year)Set which year to target for download
--session <SESSION>Set
sessioncookie. Required for input data download as everyone receives unique inputs.AOC_SESSIONenvironment variable is also checked as fallback.Note: you can also use
.envfile in target dir orCWDto define environment variables.--no-sessionUse this to load descriptions only without data inputs.