this post was submitted on 10 Jun 2025
20 points (100.0% liked)
New to Lemmy
785 readers
1 users here now
Did you just join Lemmy? This community is for you!
Do you want to help new users around? Then this community is for also you!
Thank you all for being here, it makes a big difference
FAQ
- You don't have to post here, but it's fun!
- You don't have to post right away, come back later if you want
- You can post as many times as you want
I don't know what to post
- Share what you're looking for, or what you want to do. We'll help you find it
- Ask questions! The Fediverse is new to most people. If you're unsure about something, others are unsure as well.
- Just smile and wave, maybe someone will wave back π
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just make a simple script (with bash or something) and go through your post/comment history via the API. Save the JSON of the posts/comments somewhere.
βJustββ¦
Rest of the fucking owl moment.
My coding skill is worse than my search-fu. While I can make a "hello world" script with bash, that's about my level of coding skill.
However, let's assume that I'm willing to still do it. I have this coming weekend to do the following:
I think the worst of it would be studying the API, but programming using Bash (or Phyton--which I am totally ignorant of, but might be better for handling the data) might also give me trouble.
I'm going to need a lot of luck if I'm going this route. I dunno if it's better than just doing it manually.
You don't need to "study" the API. The only thing you need is the
/user
API endpoint: https://mv-gh.github.io/lemmy_openapi_spec/#tag/UserHmm, reading the
/user
API endpoint, I think I understand some words (but hardly). βThanks!Thanks!! I think can get started with this--like this weekend.
But this makes me wonder, if it is as easy as it seems to be, why is this not already a thing?
because nobody needed such a thing until now?
I mean, as long as the bigger instances (that are also federated with lemm.ee, e.g. lemmy.world) stay, then your content is already "archived". Unless you choose to delete your account explicitly (which probably some instances will ignore anyway), your content will stay.
Good point. I am actually not so certain if my posts and comments will remain visible after lemm.ee goes, so I am thinking of doing this as a backup.