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.
  • WistfulOPM
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    You may have a better luck asking for a script on this community: !plugins@sh.itjust.works

    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…