Sync your Lemmy instance accounts. Tries to sync all accounts with the same communities, blocked users, blocked communities, etc. - GitHub - Ac5000/lemmy_account_sync: Sync your Lemmy instance acco...
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.
Hey if you’re interested in offering this as a web app of sorts reach out to me. I’m glad to provide hosting if you want. I’d also be interested in integrating with the app we are working on Memmy.
Currently it will not work with 2FA enabled. However, looking at the login post requirements I just need to add that as an option to put in the config.
I'll reply to this comment again when I get something put together. I'll add it to the GitHub issues list for tracking as well.
However, could you recommend an instance that uses 2FA for login so I can make an account to test it? I see the field in my current instances but would like something fresh to try it on.
Thanks for the reply! I have accounts on lemm.ee and lemmy.world that use 2FA. Also have one with lemmy.sdf.org, but that one requires account creation approval.
Worked perfectly. Thanks for making this, I really appreciate it. I was suprised that it was able to accept my password which included dollar signs. I assumed I should enclose it in double quotes, but I didn't need to
This was a journey, so I'm documenting it here for anyone who might run into a similar situation.
I'm using a Chromebook with Linux enabled.
To confirm my version of Python I ran python --version:
Python 3.9.2
OK! Getting somewhere. So I have to check what distribution of Linux is installed with grep '^PRETTY_NAME' /etc/os-release
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
Alright. Google says if I want to upgrade Python on Debian 11 I have to compile it from source. Yikes! But, wait, there's a PPA - Yay! But the PPA is for Ubuntu - Boo.
There isn't an active community for ChromeOS on Lemmy yet, but that other website has directions for replacing Debian with Ubuntu.
I'm lazy so I'm not doing that. I'm just going to spin up a temporary Ubuntu container that I can delete later, so my directions are much simpler:
Ctr-Alt-T to enter crosh, the ChromeOS developer shell.