One thing that annoyed me about moving to Lemmy was that I’d lose my subreddits and that looking for and joining communities on Lemmy would be tedious. So (logically) I spent 2 days writing a script, that gets a list of your subreddits from your reddit account and looks for communities with the same name on Lemmy. It also joins those communites. So all you have to do is download, enter your credentials and you’re done.

https://github.com/induna-crewneck/Reddit-Lemmy-Migrator/

  • dasJot@feddit.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Does it need Chrome to be installed? I’m not an expert with python error messages:

    The version of chrome cannot be detected. Trying with latest driver version Traceback (most recent call last): File “/Users/myname/Downloads/reddit-lemmy-migrator.py”, line 33, in <module> driver = webdriver.Chrome(options=chrome_options) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^