aoc_input

Crates.ioaoc_input
lib.rsaoc_input
version0.2.2
sourcesrc
created_at2023-02-06 22:47:37.406954
updated_at2023-12-01 10:56:30.46429
descriptionA simple program to download and cache your AoC puzzle inputs
homepage
repositoryhttps://github.com/mafferozo/aoc_input
max_upload_size
id778317
size35,952
(mafferozo)

documentation

README

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/

Commit count: 9

cargo fmt