Automation around AdventOfCode, in Rust of course
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
aocd - Automated AOC tasks
this is a nifty program to:
- fetch and cache aoc input
- upload aoc solutions (TBD)
- autogenerate project structures for kotlin (TBD) and Rust (TBD)
Usage
Install the binary, create a file named aocd.ini in your $XDG_CONFIG_HOME with this content
[aoc]
session = your-sesion-token
Fetching
# If the input has already been downloaded, aocd will use the cached version instead of asking the server again
aocd fetch -y 2020 -d 1 -o output.txt # If -o is omitted, aocd will print to stdout
License
GPL v3. See LICENSE