• 1984@lemmy.today
    link
    fedilink
    arrow-up
    6
    ·
    1 year ago

    Want help? I could write you a tool if you want, which would list your subs on all instances and show any differences. Literally can be done within a day.

    • bauhaus@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      that’s… that’s incredibly generous of you!

      let me ask a few questions

      1. how would this be implemented? as a bash script? run via the browser somehow?
      2. is there some way for the script to actually synchronize subs between accounts (additive)?
      3. what else could it do?
      4. could you open-source this and post it to GitHub so this amazing tool could be shared with others?

      thanks!

      • 1984@lemmy.today
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        1 year ago

        I was thinking just a command line tool, where you could have a config file to put your instances in. Then it would simply use the Lemmy Api and list your subscriptions for each instance. It probably wouldn’t work if you have multi factor Auth on your account though since it needs to be able to log in with just username and password. But you could make your passwords super long to increase security that way.

        It would maybe be harder to keep things synchronized but depends on the api. If it’s possible to subscribe to communities from the api, it would be easy.

        I’ve been wanting to make something with Go to learn it better, so this could be a nice project.

        Of course it would be open source. :)

        I will look into it a bit next weekend…