this post was submitted on 29 Nov 2021
9 points (100.0% liked)

Lemmy

12468 readers
1 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

Hi lemmy; I've made a program that will download all the post and images for a lemmy community. It downloads them into a html file. This way users don't have to worry about losing all their post because they can download the whole community themselves.

Demo https://files.catbox.moe/8wgbm4.mp4

I hope someone finds this useful. Someone asked me for it so I provided it.

you are viewing a single comment's thread
view the rest of the comments
[–] nutomic@lemmy.ml 3 points 2 years ago (1 children)

Seems like a very useful project. You can add a link to it in the Lemmy docs if you want.

Btw instead of copy-pasting the structs from Lemmy into your project, you could pull them directly from crates.io. Disadvantage is that it will force you to pull in lot of dependencies that have to be compiled, but that could probably be avoided in the future by adding feature flags to Lemmy crates.