Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ithinuel/yaah
Yet Another AOC Helper
https://github.com/ithinuel/yaah
advent-of-code helper
Last synced: 10 days ago
JSON representation
Yet Another AOC Helper
- Host: GitHub
- URL: https://github.com/ithinuel/yaah
- Owner: ithinuel
- License: mit
- Created: 2022-10-09T20:11:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T06:08:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T07:12:57.334Z (28 days ago)
- Topics: advent-of-code, helper
- Language: Rust
- Homepage: https://crates.io/crates/yaah
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yet Another [AOC](https://advent-of-code.com/) Helper
[![crates.io](https://img.shields.io/crates/v/yaah.svg)](https://crates.io/crates/yaah)
## Getting started
- Extract the advent of code's session cookie from your browser.
- Create a new project using the template: `cargo generate --git https://github.com/ithinuel/yaah-template.git`.
- Run `cargo run --release`.
- Enjoy!## AOC Session
The template stores your session in `.cargo/config.toml`. Alternatively you can define the environment
variable `AOC_SESSION`.`yaah` will automatically download the input file and store it in `input/{year}/{day}.txt` if it is
not present.