I was reading this GitHub issue about implementing user sync across different instances of Lemmy. I understand that this feature would be beneficial for users with multiple accounts, but I’m wondering if it would be possible to achieve this using a bot instead of implementing it directly in the main program. I noticed that @db0@lemmy.dbzer0.com is working on a Python API for Lemmy, which might offer some insights on how to achieve this. Does anyone have any thoughts or ideas on how this could be done using a bot?
You must log in or register to comment.
I don’t think this makes much sense. You can’t synchronize upvotes/downvotes and posts. These belong to a different account.
.