After seeing the work someone else did with migrating your subscriptions across accounts. I took their code and expanded upon it to fully synchronize your Lemmy instance accounts.

Feel free to give it a try. It’s been useful for me to have accounts in multiple instances with the instability problems right now from the big influx of users.

Let me know what you think. Hopefully it can help a few people.

  • Gamera8ID@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I’m getting a TypeError: unsupported operand type(s) for |: 'type' and 'NoneType' when I do:

    git clone https://github.com/Ac5000/lemmy_account_sync.git
    cd lemmy_account_sync/
    pip install -r requirements.txt
    cp exampleconfig.ini src/myconfig.ini
    nano src/myconfig.ini
    python3 src/lemmy_sync.py
    

    I’ve confirmed that my [Main Account] and [Account 2] details are correct in myconfig.ini, but beyond that I don’t really know what I’m doing.