Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 794 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 794 Bytes

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)