Quick guide on how to use this python script (on Windows) to copy subscribed communities to another account.
- Install Python.
- Go to repo page. Click Code >> Download ZIP
- Extract the ZIP file
- Open the extracted folder
- Open config.ini file with the text editor (e.g., Notepad) and type your credentials and corresponding instance links (and save it)
- Click on the path field within the folder, type
cmd
and press enter to open up Command Prompt within that folder.
- Type
lemmy_migrate -c config.ini
, press enter. - Wait for it to finish.
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…