Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 581 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 581 Bytes

aoc-downloader

A simple tool to download advent of code input and cache it locally to disk. As requested in many places on the web, please be gentle with this tool and do not hammer the advent of code site.

aoc-downloader

USAGE:
  aoc-downloader [OPTIONS]

FLAGS:
  -h, --help  Prints help information

OPTIONS:
  --day       Day number of puzzle to retrieve input file for [REQUIRED 1-25]
  --year      Year number of puzzle to retrieve input file for [REQUIRED]
  --output    Directory to place puzzle input file [REQUIRED]
  --api       Api key for advent of code