Elf a modern CLI helper for Advent of Code written in Python
1–2 of 2 posts
Re: Elf a modern CLI helper for Advent of Code written in Python
#2I 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.