An open API service indexing awesome lists of open source software.

https://github.com/dacbd/aocmd-dl

An Advent Of Code markdown downloader
https://github.com/dacbd/aocmd-dl

Last synced: about 1 year ago
JSON representation

An Advent Of Code markdown downloader

Awesome Lists containing this project

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](https://adventofcode.com)
- 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