Advent Of Code 2020 Solutions in python
When cd:ed into this repo, run;
$ python -m aoc
Note: Make sure
requests
is installed
Some of my solutions also need the
regex
PyPi package, so you might need to install that too
This will ask you for your session cookie (which can be found in the application tab in most browsers devtools when on adventofcode.com).
Note: Some solutions need Python 3.9 for the typechecking