[julia-users] Re: api - web scraping

2015-02-22 Thread Jeff Waller
On Saturday, February 21, 2015 at 6:49:10 AM UTC-5, pip7...@gmail.com wrote: > > Any web scraping library or modules for the Julia language. > If so, any links - examples. > Regards > Hey! I wonder if you could use noodle and/or cheerio

[julia-users] Re: api - web scraping

2015-02-22 Thread yuuki
It's not much but here a script that reads a page (using HTTPClient) and get some HTML elements from it (using Gumbo). There's probably a better way of selecting specific html elements, but it was working at the time I did it: http://pastebin.com/vG67Udkj

[julia-users] Re: api - web scraping

2015-02-22 Thread Philip Sivyer
Thanks for the link Regards On Saturday, February 21, 2015 at 11:49:10 AM UTC, pip7...@gmail.com wrote: > Any web scraping library or modules for the Julia language. > If so, any links - examples. > Regards >

[julia-users] Re: api - web scraping

2015-02-21 Thread Seth
You'll probably have to code something up yourself using the various packages at http://github.com/JuliaWeb. On Saturday, February 21, 2015 at 3:49:10 AM UTC-8, pip7...@gmail.com wrote: > > Any web scraping library or modules for the Julia language. > If so, any links - examples. > Regards >