mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00

update README with docker-compose and docker run examples, update commandline example default output to './crawls' subdirectory
6 lines
86 B
JavaScript
Executable file
6 lines
86 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
|
|
const { Crawler } = require("./crawler");
|
|
|
|
new Crawler().run();
|
|
|