aocmd-dl

Crates.ioaocmd-dl
lib.rsaocmd-dl
version0.1.0
sourcesrc
created_at2023-11-12 10:34:59.322759
updated_at2023-11-12 10:34:59.322759
descriptionA command line tool for downloading Advent of Code puzzle text as Markdown.
homepagehttps://github.com/dacbd/aocmd-dl
repositoryhttps://github.com/dacbd/aocmd-dl
max_upload_size
id1032650
size58,325
Daniel Barnes (dacbd)

documentation

README

aocmd-dl

An Advent Of Code markdown downloader. It just tries to convert the problem text and samples as markdown for you to preserve next to your code in git for your own posterity.

Usage

  • aocmd-dl
  • aocmd-dl --day 2015/1
  • aocmd-dl --day 2015/1 --token xxx

Get your token

after logging in to AoC

  • Open Developer tools in your browser
  • Go to the application tab
  • Under the storage dropdown see the cookies sections (for the https://adventofcode.com domain)
  • Copy the value of the session key

Installation

With cargo

todo

From source

todo

From Github releases

todo

Commit count: 17

cargo fmt