Helper to download all posts from prose.sh instance
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.
Go to file
2023-04-26 18:09:44 +02:00
src follow clippy 2023-02-07 15:30:17 +01:00
.gitignore cargo init 2022-08-20 19:25:23 +02:00
Cargo.lock update cargo lock 2023-02-07 15:32:15 +01:00
Cargo.toml Update licence 2023-02-15 15:39:39 +01:00
LICENSE Add year and author 2023-02-15 16:00:21 +01:00
README.md EOL notice 2023-04-26 18:09:44 +02:00

prose_dl -- See #3

Helper to download all posts from prose.sh instance

dependency status

Installation

Clone the repo and get in

git clone https://git.mylloon.fr/Anri/prose_dl.git && cd prose_dl

Then install it

cargo install --path .

Usage

Will download all your posts from prose.sh into a folder named after your username:

$ prose_dl <username>

Will download the special files too:

$ prose_dl -s <username>

More info with the --help option.

FAQ

Can this download unlisted posts (thoses with date metadata set in the future)?

  • No.

Can this download specials files?

  • Yes, with -s option

Can I use a custom domain?

  • Yes, with --domain option