scrapycl

Unlicense

The web scraping framework for writing crawlers in Common Lisp.

$ area51 add scrapyclCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(scrapycl:some-function ...)