this post was submitted on 17 Jun 2023
52 points (100.0% liked)

Lemmy

523 readers
2 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

I've created a quick script to copy your communities from one account to another. Useful when switching instances.

top 11 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 1 year ago (1 children)

Thanks! I made a backup Lemmy account (for if my main instance went down or had other issues) so the idea of being able to easily move communities over is great.

[–] [email protected] 1 points 1 year ago

This is exactly what I was hoping for! I’ve created a few subtext@‘s to try out the different servers and would love to be able to sync my subscriptions.

[–] [email protected] 3 points 1 year ago

I was just thinking about doing something like to migrate some of my communities over (and was even planning on writing it in Python). Just ran it and it worked perfectly. Thank you, this saved me a bunch of time!

[–] [email protected] 3 points 1 year ago (1 children)

Thanks for this. I need a tool to copy subscriptions over to a different account. Is there something like that?

[–] MoreCoffee 7 points 1 year ago* (last edited 1 year ago) (1 children)

I'm not sure what you mean, that's what this tool does. It will login to your main account, get a list of all your subscribed communities and subscribe to them on a new account on any instance that you specify.

[–] [email protected] 2 points 1 year ago

doh, sorry I thought it copies contents of communities across. Thanks for this, much appreciated!

[–] [email protected] 1 points 1 year ago (2 children)

I just tried and It works great! may I suggest to accept multiple destination accounts? perhaps with a config file, instead of a parameter? that way can be also possible to automate synchronizing the accounts that in multiple instances. Thanks for all the work.

[–] MoreCoffee 1 points 1 year ago

The code is now controlled by a config file that allows multiple accounts to sync.

[–] MoreCoffee 1 points 1 year ago

I'll look into adding more options. I think I'm going to end up creating a full Lemmy API for python so that it can be used for a myriad of projects.

[–] can 1 points 1 year ago

Great, thank you.

[–] [email protected] 1 points 1 year ago

Thanks for this!