▲ 7 ▼ [GitHub - lemmy_migrate] - Copy Lemmy Communities from one account to another (github.com) submitted 3 years ago by MoreCoffee@sh.itjust.works to c/lemmy@lemmy.ml 3 comments fedilink hide all child comments I've created a quick script to copy your communities from one account to another. Useful when switching instances.
▲ 1 ▼ lemmy_migrate to import/export subscribed communities (github.com) submitted 3 years ago by mintycactus@lemmy.world to c/lemmyguides@lemmy.today comment fedilink hide all child comments It is a simple Python script to help backing up subscriptions or even copy them between different accounts.
▲ 1 ▼ Migrate your subscribed Lemmy communites to a new account (github.com) submitted 3 years ago* (last edited 3 years ago) by Wistful@discuss.tchncs.de [M] to c/lemmytips@discuss.tchncs.de comment fedilink hide all child comments 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.