Skip to content

Conversation

@willie
Copy link
Owner

@willie willie commented Jan 30, 2026

Added a new command-line tool in cmd/downloader to bulk download Advent of Code puzzle inputs and descriptions.

  • Downloads inputs to Year/Year-Day.txt.
  • Downloads descriptions (HTML) and converts them to Markdown Year/Year-Day.md.
  • Handles existing files (skips).
  • Respects rate limits (sleeps between requests).
  • Iterates from 2015 to the current year/day.

PR created automatically by Jules for task 14611536092443166009 started by @willie

This tool downloads puzzle inputs and descriptions (converted to Markdown) for all Advent of Code events from 2015 to the present.
It skips existing files and respects the AoC server rate limits.
Usage:
  export AOC_SESSION_COOKIE=your_cookie
  go run cmd/downloader/main.go

Co-authored-by: willie <20665+willie@users.noreply.github.com>
@google-labs-jules
Copy link

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

This tool downloads puzzle inputs and descriptions (converted to Markdown) for all Advent of Code events from 2015 to the present.
It uses `golang.org/x/net/html` for robust HTML parsing to Markdown conversion.
It respects AoC rate limits and skips existing files.

Usage:
  export AOC_SESSION_COOKIE=your_cookie
  go run cmd/downloader/main.go

Co-authored-by: willie <20665+willie@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant