Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benaryorg/adventofcode

mirror of https://git.shell.bsocat.net/adventofcode/
https://github.com/benaryorg/adventofcode

Last synced: 20 days ago
JSON representation

mirror of https://git.shell.bsocat.net/adventofcode/

Awesome Lists containing this project

README

        

# Advent of Code

This is my code for the [Advent of Code](https://adventofcode.com).
I largely play to not let my coding skills get too rusty (pun intended).
Thus here's my (probably rather disgusting) code for all this.

# My Code

My code fetches the input directly from upstream (although I feel bad for using the AoC resources for that) and thus requires a session cookie.
That cookie should be passed as an environment variable (`ADVENTOFCODE_SESSION`).

## Issues

Please open an issue if:

- you know a way to get an API token or similar so I can stop using my session cookie
- my querying upstream for the input on every run turns out to use quite the amount of resources and you'd rather have me stop
- you find a bug, I guess?