functional programming - Web scraping with Scheme -


is there library/package web scraping using scheme (preferably racket)?

e.g. scheme equivalent of mechanize?

i've used combination of racket net/url library, html-parsing package, , sxml (especially sxpath, xpath queries). actually, wrote some wrappers around net/url make easier use, imo.

when i've needed handle cookies, i've called out curl command instead of using net/url.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -