|
|
A (very basic) web crawling library for common lisp.
Little attention has been paid to efficiency, but since this is the only web-crawling library I can find for CL, hopefully it will get better. It could be a lot better :)
Patches and suggestions welcome! Send to asokoloski (but no spam!) at gmail . com
Usage:
(web-crawler:start-crawl "http://start/url"
(lambda (uri page-text)(do-something-with (or uri page-text))))
