this post was submitted on 24 Jun 2024
47 points (96.1% liked)

Lemmy Support

4550 readers
7 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

So I wrote a little web app that allows a user to move their user data, like settings and subscribed/banned communities, from one account/instance to another.

It runs completely client-side, but is hosted on GitHub for the moment. Maybe it'll be of some use!

Features:

  • Export user data from any Lemmy instance (>=v0.19)
  • Download user data as a text file
  • Modify user data in the browser, e.g. to add or remove followed instances
  • Transfer user data to the target account on the target instance
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 14 points 4 days ago (2 children)

Would be nice if it explains exactly what it does. Right now it's just a random web app asking for creds....

[โ€“] [email protected] 7 points 4 days ago* (last edited 4 days ago)

The code is completely written in JavaScript, so all the code is readable if you look at the source, which is also available on the GitHub page. https://stablenarwhal.github.io/LemmyInstanceMover/js/script.js

It looks like it uses a Lemmy API endpoint to transfer account settings.

load more comments (1 replies)