Similar vibes than Reddit api pricing

  • @kalleboo
    link
    English
    921 month ago

    Another reminder to developers to not bother with public APIs, just screen-scrape or reverse-engineer the official app private API.

    • @glassware
      link
      English
      531 month ago

      Really the lesson is, don’t run a business that 100% depends on another company.

      • @fuck_u_spez_in_particular
        link
        English
        15
        edit-2
        1 month ago

        This. It’s a recipe for disaster. I think enough (tech-related) companies have shown now, that they first want to lock you in, and then if they got you, want to bleed you out…

    • @auzy
      link
      English
      -31 month ago

      Then you’re at risk of getting sued for cracking the encryption or the API breaking constantly

      The real reminder is don’t integrate with devices which you can’t trust

      • @auzy
        link
        English
        7
        edit-2
        1 month ago

        Yeah guys. Downvote me. This is literally part of my day job.

        In our industry we call not using an official API a dumpster fire API. Because more than once it has completely broken eventually, and there are a few manufacturers warned will break in the upcoming future

        • @CheeseNoodle
          link
          English
          31 month ago

          Is it illegal to scrape? I mean most companies and governments scrape huge amounts of data all the time without getting anyones permission, hell the entire business of a search engine is basically WeScrape4U.

          • @lemonskate
            link
            English
            61 month ago

            If you extract a key from a proprietary client to decrypt a private API, it definitely is illegal. If you do this as a corporation, it would also be easy to detect by abnormal usage patterns tied to your account and presents you as a nice big set of pockets to get sued.

            Just screen scraping isn’t illegal, but is fragile as fuck and will break at the worst time and you have no ability to implement version control to manage it.

            • @[email protected]
              link
              fedilink
              English
              21 month ago

              Personally I wouldn’t want to be the guy forced to write scrapers with how much they break on any modern site