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.
Find a file
2022-08-20 20:27:33 +02:00
src download the posts 2022-08-20 20:24:29 +02:00
.gitignore cargo init 2022-08-20 19:25:23 +02:00
Cargo.lock get posts names 2022-08-20 20:05:53 +02:00
Cargo.toml get posts names 2022-08-20 20:05:53 +02:00
README.md add some infos 2022-08-20 20:27:33 +02:00

prose_dl

Helper to download all posts from prose.sh instance

Usage

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

$ ./prose_dl <username>

More info with the --help option.