rj1
about | log | files | refs
commit 20d942492186a6764fcd4069a36b1efda4ebde6a
parent 5335f79406f3e1a5b7b6f632976f671dd5e1f961
author: rj1 <[email protected]>
date:   Sat,  3 Dec 2022 17:29:17 -0600

readme: added descriptions of the aoc helpers

Diffstat:
MREADME.md | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -21,4 +21,13 @@ this repo contains my solutions for advent of code ## notes -advent of code is fun! +to use the helper scripts in this repo, create a file named `.session` +containing your adventofcode.com session id + +`get-input` creates a `./{year}/{day}` directory, copies `template.py` as +`solution.py`, and fetches your unique input from adventofcode.com and +saves it as `input.txt` + +`update-score` downloads your personal statistics from adventofcode.com, and +converts their ascii table into markdown tables and replaces the contents of +the `scores` section in this readme file