if you have multiple accounts on different Lemmy instances is there a way (a script maybe) that can sync your subscribed communities across the different accounts? say for example, your main instance goes down and you need to login to a different instance but want to see all the same community content

  • @suredoood
    link
    English
    11 year ago

    This would be nice to have. Poke me if somebody posts an answer!

  • pitninja
    link
    fedilink
    English
    1
    edit-2
    1 year ago

    I think the export is trivial using the API. Import could get a little hairier if your new instance doesn’t even know about some (or all) of the communities in your export. You’d have to script it to search for the community periodically until it finds it and then join once it does. And you might have to worry about edge cases like importing an old export with communities that may no longer exist. Edit, or a case where your new instance doesn’t federate with a third instance that the old instance does.

    I really like the idea, though!