A template package to automatically get input files for Advent of Code
You need to do two things to set up this tool
- Set the
YEAR
variable insrc\get_input.py
- Set the
COOKIE
variable insrc\get_input.py
. I have used System Environment variables, but you may hardcode.
You can obtain your cookie by logging in to Advent of Code and getting the session
cookie (In Firefox, Right-click, Inspect and then Storage Tab)