this post was submitted on 28 Jun 2023
37 points (100.0% liked)

LemmyTips

887 readers
1 users here now

Welcome to LemmyTips, community where you can share all the tips, tricks and resources related to Lemmy.

founded 1 year ago
MODERATORS
 

Quick guide on how to use this python script (on Windows) to copy subscribed communities to another account.

  1. Install Python.
  2. Go to repo page. Click Code >> Download ZIP
  3. Extract the ZIP file
  4. Open the extracted folder
  5. Open config.ini file with the text editor (e.g., Notepad) and type your credentials and corresponding instance links (and save it)
  6. Click on the path field within the folder, type cmd and press enter to open up Command Prompt within that folder.
  7. Type lemmy_migrate -c config.ini , press enter.
  8. Wait for it to finish.
you are viewing a single comment's thread
view the rest of the comments
[–] Spacebar 1 points 1 year ago

Could things like this be built into client apps?