python main.py --day 10 --year 2021 --destination "~/projects/git/day10" --delete
-h, --help show this help message and exit
--day DAY The day to create a project for
--delete Delete the project if it exists
--destination DESTINATION
The destination directory
--year YEAR The year to create a project for
- Python 3.12 - Python
- Requests library - Requests
- Poetry - Poetry
- Need to set AOC_SESSION environment variable to your session cookie from the Advent of Code website. You can find this in your browser's dev tools
under the Application tab. It's called
sessionand is under the Cookies section. - wimglenn/advent-of-code-wim#1
poetry run pytest ./tests/test_pytest.py -v