Right now it’s going to be for Lemmy, but the fediverse is still getting a fantastic app.

    • blightbow@kbin.social
      link
      fedilink
      arrow-up
      34
      ·
      edit-2
      1 year ago

      kbin lacks an API with an equivalent feature set. Ernest is aware of this and it’s on the bug tracker. Any working apps for kbin are using site scraping as a temporary workaround. In layman’s terms it means the app developer is doing a lot of extra work that will mostly get thrown away when the API rework is complete. Artemis is the only one currently doing this off the top of my head.

    • AlbertHockman@kbin.social
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      1 year ago

      I read somewhere on here that Kbin doesn’t have an API available right now and that Artemis is making their own API through scraping. That’d play a big role if it’s true. I also wouldn’t be surprised if migration numbers were skewed towards Lemmy either.

      • TimeSquirrel@kbin.social
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        1 year ago

        Scraping is hard on a server though. You gotta download the entire page and all its data instead of just the info/action you requested. That’s one of the reasons other websites bother to make APIs, so bots and others DON’T start just scraping them.