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-instancesAndroid users can install the user script using Firefox,
- https://www.xda-developers.com/mozilla-general-extension-support-firefox-for-android-nightly/
- https://www.ghacks.net/2022/10/20/firefox-beta-for-android-now-supports-custom-add-on-collections/
- Sign Up/In to your account & add all the necessary add-ons to the collection in it starting with the one already compatible with our browser otherwise, the list will be empty.
https://addons.mozilla.org/en-US/firefox/collections/ - Go to the Settings page, scroll down to the bottom.
- Tap on “About Firefox”.
- Tap on the Firefox logo 5 times. It will display a message that says “Debug Menu enabled”.
If you go back to the Settings page, you’ll notice that a new option is available under the Advanced section.
It’s called Custom Add-on Collections.
Tap on it, and it will ask you to enter the collection owner’s ID, and the collection’s name.
The ID is a unique 6-digit number that can be found in your add-on collection’s URL.
The name of course refers to the collection’s name, unlike the number this is something that you can choose.
For example,
https://addons.mozilla.org/en-US/firefox/collections/***926754***/***ghacks***/
The ID for this collection is 926754 and the name is ghacks.
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…