aoc-cl/README.org

49 lines
925 B
Org Mode
Raw Normal View History

2024-11-17 22:32:08 +01:00
* Aoc - Advent of Code challenges and solutions.
** Usage
** Installation
2024-11-17 22:58:27 +01:00
The app relies on ~AOC_SESSION~ environment variable with the session
value from the cookie when logged in to the Advent of Code site. I
recommend using a ~.envrc~ file and the *pass* password manager to
store the secret :
#+BEGIN_SRC shell
export AOC_SESSION=$(pass snamellit/advent-of-code)
#+END_SRC
2024-11-17 22:32:08 +01:00
** Author
+ Peter Tillemans (pti@snamellit.com)
2024-11-17 22:37:55 +01:00
** Implementation Notes:
2024-11-17 22:58:27 +01:00
*** Notable Utilities
**** ~aoc:test-input <year> <day>~
Fetches the test input for the given day in the given year.
2024-11-17 22:37:55 +01:00
*** Used dependencies
**** Dexador
A comprehensive HTTP client library.
[[https://github.com/fukamachi/dexador][GitHub repository with documentation]]
2024-11-17 22:58:27 +01:00
The library leverages the *cl-cookie* library for cookie management.
2024-11-17 22:32:08 +01:00
** Copyright
Copyright (c) 2024 Peter Tillemans (pti@snamellit.com)
** License
Licensed under the MIT License.