Skip to content

Teku/advent-of-code-23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 - (ended on day 5 due to lack of time)

For the first time I am going to try to do the 2023 Advent of Code... and keep a public log of it.

These files have a basic class for reading environment variables and pulling down the daily input files, provided you put in the right session cookie.

Create .env file

BASE_URL_STRING = https://adventofcode.com/%d/day/%d/input
SESSION_COOKIE = get.this.from.your.browser.session.cookie

You can get your session cookie value from Chrome's inspect tool, under application tab.

Reference: https://developer.chrome.com/docs/devtools/storage/sessionstorage/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages