Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/benaryorg/adventofcode
- Owner: benaryorg
- License: isc
- Created: 2020-12-02T13:11:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T18:34:37.000Z (11 months ago)
- Last Synced: 2023-12-25T21:20:01.231Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 356 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?