Puzzle inputs differ by user. For this reason, you can't get your data with an unauthenticated request. Here's how to get your session cookie for aocd to use:
- Login on AoC with github or whatever
- Open browser's developer console (e.g. right click --> Inspect) and navigate to the Network tab
- GET any input page, say adventofcode.com/2016/day/1/input, and look in the request headers.
It's a long hex string. Export that to an environment variable AOC_SESSION. Or, if you prefer more persistence, you can write it to a plain text file at ~/.config/aocd/token.

Puzzle inputs differ by user. For this reason, you can't get your data with an unauthenticated request. Here's how to get your session cookie for
aocdto use:It's a long hex string. Export that to an environment variable
AOC_SESSION. Or, if you prefer more persistence, you can write it to a plain text file at~/.config/aocd/token.