Skip to content

Bluesy1/AdventofCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

This repository contains my solutions for all Advent of Code puzzles.

Years

Automated Input Download

This repo does (to the best of my abilities) follow the automation guidelines on the /r/adventofcode community wiki listed here. Specifically:

  • There is only ever one outbound request per day
  • The input is only downloaded once, when a day's file is created End of ./start
  • The User-Agent header in End of ./start is set to me (with a private email in a .email file not checked into source control) since I am the one running the code.
  • The session cookie is stored in a .session_cookie file that is not checked into source control. The cookie is only ever used to download my input and is never shared with anyone else.
  • Inputs are not checked into source control.