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

LemmyTips

882 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
[–] [email protected] 2 points 1 year ago

You may have a better luck asking for a script on this community: [email protected]

Otherwise I'm pretty sure you can use terminal emulator like Termux on Android. You should be able to install python and use all those commands just fine...