93
A web app to easily transfer your user data from one Lemmy instance to another
(stablenarwhal.github.io)
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
What about forking lasim, which is now inactive? https://github.com/CMahaff/lasim
It's better than the built-in option because it gives you more options. For example, if I only want to add blocks from one account to another without overwriting any other settings. I don't see that your tool allows for that.
The whole point of this being a web app is to make it as easy as possible for the user to download/modify/transfer their user data. LASIM is a traditional app the user has to download and install, similar to a script this web app was developed to replace due to being too difficult to use for some users.
The import functionality targeted by this API is additive and my app features a built-in editor to add, modify or remove information as the user sees fit. To achieve your stated goal, you'd have to remove anything except the
blocked_users
entries before importing, which my app supports, I added a wiki entry explaining the workflow in more Detail.I may add options to modify the exported data in some ways via a simple checkbox in the future, but I wouldn't count on it. I'm always open for pull requests!
Thanks for the info!
The 2nd screenshot https://github.com/StableNarwhal/Lemmy-Userdata-Migration/wiki/How-to-only-export-or-transfer-a-part-of-my-user-data,-e.g.-blocked-instances%3F shows that feature already exists?
Indeed it does, I was talking about adding a checkbox tagged "Only transfer blocked users" instead of having to click through some menus.