Source code of my solutions to the Advent of Code challenges.
Python >= 3.8.
Clone this repo, and then the usual pip install -r requirements.txt
.
Either set the following environment variables or copy the .env.example
file to .env
:
Name | Type | Required? | Default | Description |
---|---|---|---|---|
SESSION_ID |
str | Yes | Advent of Code session ID cookie value. Can be found in the HTTP requests headers when using your web browser |
$ python run.py year day [level]