Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/johncmanuel/aoc
- Owner: johncmanuel
- License: mit
- Created: 2023-12-01T07:33:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-01T05:21:19.000Z (about 2 months ago)
- Last Synced: 2024-12-01T06:23:39.557Z (about 2 months ago)
- Topics: advent-of-code, python
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
```