[Gambas-user] scraping html

Fabien Bodard gambas.fr at ...626...
Sat Jul 13 11:33:27 CEST 2013


Send me an exemple url for the page
Le 13 juil. 2013 10:52, "Shane" <shanep1967 at ...169...> a écrit :

> On 13/07/13 18:33, Fabien Bodard wrote:
> > There is  a parsing tool in gambas for html.
> >
> > Gb.xml.html
> >
> > It's our own html dom parser. Itallow to generate well formated html5
> page
> > and or parsing existing html pages.
> >
> > It's one of the most fast parser I know.
> >
> > Look at that ... And if you need I van show yousome examples.
> > Le 13 juil. 2013 08:20, "Caveat" <Gambas at ...1950...> a écrit :
> >
> >> You need to use the right tool for the job.  I find the python tool
> >> BeautifulSoup one of the best for parsing and extracting data from web
> >> pages.
> >>
> >> http://www.crummy.com/software/BeautifulSoup/
> >>
> >> Kind regards,
> >> Caveat
> >>
> >> On 12/07/13 09:01, Shane wrote:
> >>> Hi everyone
> >>>
> >>> i am trying to get some info from a web page in the format of
> >>>
> >>> <div class="result">
> >>> <div class="col">Text I Want</div>
> >>> <div class="col">
> >>> And Some More i Want
> >>> </div>
> >>> <div class="col">
> >>> And The last bit
> >>> </div>
> >>> </div>
> >>>
> >>> what would be the best way to go about this i have tried a few way but
> i
> >>> feel there must be an
> >>> easy way to do this
> >>>
> >>> thanks shane
> >>>
> >>>
> >>
> ------------------------------------------------------------------------------
> >>> See everything from the browser to the database with AppDynamics
> >>> Get end-to-end visibility with application monitoring from AppDynamics
> >>> Isolate bottlenecks and diagnose root cause in seconds.
> >>> Start your free trial of AppDynamics Pro today!
> >>>
> >>
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> >>> _______________________________________________
> >>> Gambas-user mailing list
> >>> Gambas-user at lists.sourceforge.net
> >>> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>>
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> See everything from the browser to the database with AppDynamics
> >> Get end-to-end visibility with application monitoring from AppDynamics
> >> Isolate bottlenecks and diagnose root cause in seconds.
> >> Start your free trial of AppDynamics Pro today!
> >>
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> >> _______________________________________________
> >> Gambas-user mailing list
> >> Gambas-user at lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/gambas-user
> >>
> >
> ------------------------------------------------------------------------------
> > See everything from the browser to the database with AppDynamics
> > Get end-to-end visibility with application monitoring from AppDynamics
> > Isolate bottlenecks and diagnose root cause in seconds.
> > Start your free trial of AppDynamics Pro today!
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
> >
> >
> thanks everyone for the replys
> and i would like some examples thanks Fabien
>
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list