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
- Host: GitHub
- URL: https://github.com/dacbd/aocmd-dl
- Owner: dacbd
- License: mit
- Created: 2023-11-12T07:01:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T11:20:24.000Z (over 2 years ago)
- Last Synced: 2024-10-11T12:07:52.104Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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