EDIT: The script has been updated a few times. It now has new features. You should check it out again, even if you already have.

exactly what is says on the can. put in the multireddit URL of all your subs (explained in script), get a list of lemmy communities of the same name.

    • H3‎OP
      link
      English
      121 year ago

      technically you can’t trust me, but the code is right there and should be easy enough to understand so that you can verify im not doing anything shady. otherwise “trust me bro”

    • @marv99@feddit.de
      link
      fedilink
      English
      61 year ago

      I find it good that you doubt and ask.

      My answer (like OP’s one) is: You do not need to trust (blindly like for closed-source or platforms). The script is FOSS, you can check every step it does, before you use it. One of the biggest benefits of FOSS :)

    • Deedasmi
      link
      fedilink
      English
      51 year ago

      Always a good question to ask, but this script is very simple and I can confidently tell you that as it is right now, it’s completely safe

  • alex [they/them]
    link
    fedilink
    English
    21 year ago

    that’s really cool, thanks!

    For tech zeroes like me, this is what I did:

    • Install Python
    • Download ZIP (top-right corner of the linked Github file)
    • Extract the .py file from the ZIP
    • Double-click the .py file
  • @TechnologyClassroom@partizle.com
    link
    fedilink
    English
    21 year ago

    I would recommend making a full git repository and at least adding a license header so that others can expand upon it. Maintaining a useful gist is cumbersome as issues tend to be ignored comments.

    • H3‎OP
      link
      English
      21 year ago

      i just updated it to make it even better

  • @hillbicks@feddit.de
    link
    fedilink
    English
    11 year ago

    One feature request from my side. Can you store the result from reddit in a text file and read from there? This way I could achieve two things

    1. I can export the data from reddit and then delete the account.
    2. In case some communities are not Already established, I can rerun the script in a couple of weeks to add newly created communities

    Great tool, thanks for posting it!

    • H3‎OP
      link
      English
      31 year ago

      you can also export everything (posts,comments,etc) on reddit via the GPDR data export (assuming its available where you are, idk if its only in the EU)

      i will be adding the save-file now

      • H3‎OP
        link
        English
        21 year ago

        oh yeah, you could also just paste the multireddit URL into a text file as a backup for now. that would do it. there is nothing fancy or time-sensitive in it, literally just the sub-names

    • H3‎OP
      link
      English
      21 year ago

      save-file has been implemented