This repository has been archived on 2023-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
prose_dl/README.md

24 lines
569 B
Markdown
Raw Normal View History

2022-08-20 20:27:33 +02:00
# prose_dl
Helper to download all posts from prose.sh instance
2022-08-21 12:43:06 +02:00
[![dependency status](https://deps.rs/repo/gitea/git.kennel.ml/Anri/prose_dl/status.svg)](https://deps.rs/repo/gitea/git.kennel.ml/Anri/prose_dl)
2022-08-20 20:31:00 +02:00
## Installation
Clone the repo and get in
```bash
git clone https://git.kennel.ml/Anri/prose_dl.git && cd prose_dl
```
Then install it
```bash
cargo install --path .
```
2022-08-20 20:27:33 +02:00
## Usage
Will download all your posts from [`prose.sh`](https://prose.sh/) into a
folder named after your username:
```bash
2022-08-20 20:31:00 +02:00
$ prose_dl <username>
2022-08-20 20:27:33 +02:00
```
More info with the `--help` option.