• @diyrebel@lemmy.dbzer0.com
    link
    fedilink
    English
    2
    edit-2
    11 months ago

    It would stop beneficial bots like the ones I create¹ as a small-time hobbyist because the little guy does not have the resources for this arms race. You may be right when it comes to large-scale scraping ops that are done by a business (e.g. scraping RyanAir or Southwest airlines so an airfare consolidation site can show more fares).

    ① e.g. I wrote a bot that scraped the real estate market sites, scraped the public transport sites, and found me a house with the shortest public transport commute.

      • @diyrebel@lemmy.dbzer0.com
        link
        fedilink
        English
        1
        edit-2
        11 months ago

        It was coded 8 years ago in Tcl¹ for a one-off project in Belgium. Would you really be interested?

        The APIs would have changed dramatically by now & some of the real estate sites no longer exist. Some of the sites brought in CAPTCHAs. It was coded to use Tor & the public transport site has become Tor-hostile and also changed their API. It’s also very user unfriendly… a collection of scripts & variety of hacks because I was my only user.

        I didn’t publish the code at the time because I worried that it would trigger the target sites to become bot-hostile.

        ① Also note that I use #Tcl for personal use but I resist publishing any Tcl code because I would rather not promote the Tcl language. Why? Because the Tcl folks have jailed a large portion of their docs in Cloudflare’s walled garden. I believe programming language docs should be openly public.

        • @SIGSEGV@waveform.social
          link
          fedilink
          English
          111 months ago

          I wouldn’t be trying to use or adapt it; it was more of an intellectual curiosity. I haven’t written scrapers or used Tcl, so, yeah, I would be interested to take a peek :-)

          I’d like to write something similar, but I’d probably use Lisp or Python.