Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johncmanuel/aoc

Advent of Code Solutions and Library in Python
https://github.com/johncmanuel/aoc

advent-of-code python

Last synced: about 1 month ago
JSON representation

Advent of Code Solutions and Library in Python

Awesome Lists containing this project

README

        

# John's Advent of Code Solutions

Let's get it

## Setup

1. Get session cookie from browser. See [this GitHub issue](https://github.com/wimglenn/advent-of-code-wim/issues/1) for instructions. Then insert it into a .env file
2. Install packages and run `main.py -h` for commands or see below on setting up the environment and running the solutions.

## Commands

```bash
# setup environment
python main.py make -y <2020, 2021, etc.> -d <1, 2, 3, etc.>

# run solutions
python main.py run -y <2020, 2021, etc.> -d <1, 2, 3, etc.>

# for setting up and running today's challenge, don't include flags.
```