My solutions to 2023 advent of code problems + web scraping
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
- Get your input data using function get_input(day:int)
- Get example data using function get_example(day:int)
- Check your result for example input: check_example(day:int, task:int, answer:int)
- 🏎️(Soon)🏎️ Check your answer: check_answer(dat:int, task:int, answer:int)