Skip to content

mhytrek/advent_of_code_2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Advent_of_code_2023 Python

My solutions to 2023 advent of code problems + web scraping

Finished Problems

64%

Automation: ~~ in progress 🏎️

First:

To use, you need to:

  • copy and paste your value of cookies (SESSION_ID) and user agent (USER_AGENT) to the file get_input.py
  • import get_input

You can:

  1. Get your input data using function get_input(day:int)
  2. Get example data using function get_example(day:int)
  3. Check your result for example input: check_example(day:int, task:int, answer:int)
  4. 🏎️(Soon)🏎️ Check your answer: check_answer(dat:int, task:int, answer:int)

About

My solutions to 2023 advent of code + web scraping

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages