1. How to process webpage?
- Posted by a0054950 <a0054950 at freenet.de > Oct 20, 2003
- 438 views
I started programming in Euphoria and am quite pleased with what I achieved so far (thanks to archive); now I have a problem to which I can't find a solution: I want my proggy to search "Google" for, let's say, Euphoria, and then process the resultpage. Is there a piece of code in the archives, or can anybody explain to me, how it can be done, without getting too deeply involved?
2. Re: How to process webpage?
- Posted by "Daniel Kluss" <codepilot at netzero.net> Oct 20, 2003
- 396 views
A really good tool to use to download the web pages would be " Asynchronous HTTP 17K PatRat " in the archive, and a good tool to parse them would be " HTML Parser 76K Tone Skoda " in the achive. Then its jst a simple matter of desiding what and how you want to proccess. Daniel Kluss ----- Original Message ----- From: "a0054950" <a0054950 at freenet.de> To: <EUforum at topica.com> Sent: Monday, October 20, 2003 1:35 PM Subject: How to process webpage? > > > I started programming in Euphoria and am quite pleased with what I > achieved so far (thanks to archive); now I have a problem to which I > can't find a solution: > > I want my proggy to search "Google" for, let's say, Euphoria, and > then process the resultpage. > > Is there a piece of code in the archives, or can anybody explain to me, > how it can be done, without getting too deeply involved? > > > > TOPICA - Start your own email discussion group. FREE! > >
3. Re: How to process webpage?
- Posted by "Greg Haberek" <g.haberek at comcast.net> Oct 21, 2003
- 408 views
I'd suggest looking into using Kat's StrTok library to parse the webpage, after using PatRat's Async HTTP lib to retrieve it. ~Greg PS is it at all ironic that the two people i just mention are 'Kat' and 'Rat' ? ----- Original Message ----- From: "a0054950" <a0054950 at freenet.de> To: <EUforum at topica.com> Sent: Monday, October 20, 2003 4:35 PM Subject: How to process webpage? > > > I started programming in Euphoria and am quite pleased with what I > achieved so far (thanks to archive); now I have a problem to which I > can't find a solution: > > I want my proggy to search "Google" for, let's say, Euphoria, and > then process the resultpage. > > Is there a piece of code in the archives, or can anybody explain to me, > how it can be done, without getting too deeply involved? > > > > TOPICA - Start your own email discussion group. FREE! > >
4. Re: How to process webpage?
- Posted by a0054950 <a0054950 at freenet.de > Oct 22, 2003
- 408 views
Hello Greg and Daniel, thank you for your advice on Async HTTP; actually, that was what I was looking for!!! Didn't have the time so far to look into the page processing code - still occupied getting the page ... Regards, Thomas --- mailto:a0054950 at freenet.de