top | item 46095323

Elf a modern CLI helper for Advent of Code written in Python

1 points| cak | 3 months ago |github.com

1 comment

order

cak|3 months ago

I built a small CLI tool called elf to make Advent of Code workflows simpler. It helps with input fetching and caching, safe answer submission, viewing your progress, and reading private leaderboards.

Features • input fetching with caching • guardrails to prevent duplicate or invalid submissions • private leaderboard viewer in table json or model formats • status calendar and guess history viewer • optional Python API for scripting

Repo https://github.com/cak/elf PyPI https://pypi.org/project/elf/

Feedback is welcome.