Re: I need to fetch some text from a WP website, but need to login first

2023-03-01 Thread jbv via use-livecode
Hello, The WP REST API can be really slow and therefore painful to use. I recently had to make changes in a couple of WP websites and found it much easier to write data straight into the DB. jbv Le 2023-02-28 18:57, pere xavier Rossello via use-livecode a écrit : Hi. The easy way to do this i

Re: I need to fetch some text from a WP website, but need to login first

2023-02-28 Thread pere xavier Rossello via use-livecode
Hi. The easy way to do this is using REST API. https://developer.wordpress.org/rest-api/ And using it from livecofe https://lessons.livecode.com/m/4071/l/1325310-how-to-request-a-resource-from-a-rest-api Pere X. El mar, 28 feb 2023, 18:22, harrison--- via use-livecode < use-livecode@lists

Re: I need to fetch some text from a WP website, but need to login first

2023-02-28 Thread harrison--- via use-livecode
Hi Matthias, If you can’t get it done with tsNet or LiveCode, you might want to try using Keyboard Maestro. Rick > On Feb 28, 2023, at 11:00 AM, matthias rebbe via use-livecode > wrote: > > Hi, > > i need to login into a WP website to fetch some specific data. Currently this > is done manu

I need to fetch some text from a WP website, but need to login first

2023-02-28 Thread matthias rebbe via use-livecode
Hi, i need to login into a WP website to fetch some specific data. Currently this is done manually in a browser, but i would like to automate it using tsNET external or pure Livecode script. Did anyone already do this with Livecode? Regards, Matthias _