-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
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
.
whoamitty, laurio, ExposedCat, vdawg-git, JujuDel and 2 moreOgaday and ImperialSquid
Metadata
Metadata
Assignees
Labels
No labels