Liking cljdoc? Tell your friends :D

skyscraper.dev

Tools for interactive development of scrapers. See [doc/development-mode.md] for an overview and example.

Tools for interactive development of scrapers. See [doc/development-mode.md]
for an overview and example.
raw docstring

cleanupclj

(cleanup)

Runs a previously terminated scrape to completion.

Runs a previously terminated [[scrape]] to completion.
sourceraw docstring

documentclj

(document)

Returns the parsed document that the last invocation of scrape has stopped on.

Returns the parsed document that the last invocation of [[scrape]]
has stopped on.
sourceraw docstring

run-last-processorclj

(run-last-processor)

Calls the processor whose invocation caused scrape to stop.

Calls the processor whose invocation caused [[scrape]] to stop.
sourceraw docstring

scrapeclj

(scrape seed & {:as options})

A variant of skyscraper.core/scrape! that will stop and open a browser on the first encountered processor that isn't defined or doesn't have a process-fn.

A variant of [[skyscraper.core/scrape!]] that will stop and open a
browser on the first encountered processor that isn't defined or doesn't
have a process-fn.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close