What's new? | Help | Directory | Sign in
Google
cl-web-crawler
A web-crawling library for Common Lisp.
  
  
  
  
    
Show all Featured Downloads:
cl-web-crawler_0.02.tar.gz
Join project
Project owners:
  asokoloski

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))))