EpocDotFr / advent-of-code

Source code of my solutions to the Advent of Code challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

Source code of my solutions to the Advent of Code challenges.

Prerequisites

Python >= 3.8.

Installation

Clone this repo, and then the usual pip install -r requirements.txt.

Configuration

Either set the following environment variables or copy the .env.example file to .env:

Name Type Required? Default Description
SESSION_ID str Yes Advent of Code session ID cookie value. Can be found in the HTTP requests headers when using your web browser

Usage

$ python run.py year day [level]

About

Source code of my solutions to the Advent of Code challenges

License:Other


Languages

Language:Python 100.0%