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

    Meanwhile all of the repost bots can post and comment on each other’s threads keeping the Reddit server humming away.

    How are they going to do that when the API changes hit? The API changes affect all third party interactions with Reddit unless you scrape their HTML or do some type of browser automation. I’m going to assume that 99% of developers are using the REST API since there was no reason to do otherwise. That means mobile apps, bots, third party tools and probably even some browser extensions are all going to go dark.

    • parrot-party@kbin.social
      link
      fedilink
      arrow-up
      8
      ·
      1 year ago

      You can still use the APIs but you do it via a browser. So it is slightly more annoying for botters but a death blow for apps.

      • metaStatic@kbin.social
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        it’s all done browser side on your api token so it will be fine.

        but you are 100% correct, old reddit without dark mode is functionally the same as deleting reddit.

    • Manticore
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      The API charges are only when an Auth key is used over a certain threshold. Most bots are going to be fine, it’s just the few of them that were operating above that threshold.

      3rd party apps are being killed because they use their own API Auth key for essentially everybody. One considered solution was having each user generate their own key and input it, but when a dev asked admins about that, they said it wasn’t allowed.