Great thanks. I bought the Official Guide book. Is that a good source to get me started as well? Form submission by the script will be very helpful. It is an asp based site.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 1:42 PM To: [EMAIL PROTECTED] Subject: [REBOL] Re: web mining Kevin: > Is rebol good to do web mining? I have a site that does analysis for stocks > and options. I want to automate the lookup and retrieval of the analysis > and put it in a database or text file. Does anyone have a suggestion for > this project? Thanks Here's an example of a script that does something like that: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=get-stock.r Except, of course, it's using an interface to a Yahoo stocks site. If your site can provide a similar sort of download file, the adaptations needed may be trivial. If you can't, and need to screenscrape, then 'parse or 'load/markup are your friends. Sunanda. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
