These are all my solutions for the years of Advent of Code as well as a frontend for seeing my writeups and visualizations.
Clone this repository on your computer and run...
> npm i
To use the repository, you need a .env
that has your token...
SESSION=YOUR_TOKEN_HERE
To see how it works, run node aoc
to see all commands and arguments.
The automated requests are served from aoc.js
, where they have the a User-Agent header that points to this page. Nothing is done automatically, all done by a function call by the built in command line tool or a call from another script. Also, there are no inputs stored on the GitHub repository