- cross-posted to:
- lemmy@lemmy.ml
- cross-posted to:
- lemmy@lemmy.ml
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.
Currently don’t own a desktop, any chance someone converts the framework to be functional as a user script, we already have one that blocks instances.
https://greasyfork.org/en/scripts/469297-block-lemmy-instances
Android users can install the user script using Firefox,
Using this method with Mull & Tampermonkey.
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…