[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ChatGPT failed me
- To: Brian <http://www.cs..edu/~b>
- Subject: Re: ChatGPT failed me
- From: Robert <http://dummy.us.eu.org/robert>
- Date: Tue, 18 Apr 2023 15:05:56 -0700
- Keywords: ifile: nonspam -1812.34693146 spam -1981.50873470 downloaded -2826.38277721 ---------
> From: Brian <http://www.cs..edu/~b>
> Date: Tue, 18 Apr 2023 09:52:08 -0700
>
> On 4/18/23 8:23 AM, Robert wrote:
> > FWIW, I would use wget or curl instead of lynx. Lynx is incredibly
> > complicated and getting around what it does naturally (e.g., user agent
> > and cookie management) is tricky.
>
> But I'm not trying to retrieve a file; I'm trying to fill in forms
> pseudo-interactively.
Yeah. Still may be easier with wget or curl.
I'm surprised that nobody has invented something like "expect"
(https://wiki.tcl-lang.org/page/Expect ) for the web to do these sorts of
things, even if at a textual level (such as lynx). This may be worth
adding to the big pile of projects that I would like to do some day, but
never will.