Skip to content

chloecrozier/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Get your AoC session ID after logging in:
      Inspect Element -> Application -> Cookies -> Session {Location of session ID}

  2. Set your AoC your session ID as a variable in an .env file:
     AOC_SESSION_ID='{YOUR_SESSION_ID}'

  3. Save input to a .txt file
     python get_input_data.py {YEAR} {DAY}

  4. Run your solution script with the input data:
     python day{#}.py {INPUT_PATH}

About

Solution code to yearly AoC challenges

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages