Created
April 3, 2024 19:15
-
-
Save bensteinberg/a4ec60783e813471a6445e7d08f19cd8 to your computer and use it in GitHub Desktop.
browsertrix-crawler command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -v $PWD/wikipages.txt:/app/seedFile.txt -v $PWD/crawls:/crawls/ webrecorder/browsertrix-crawler crawl --seedFile /app/seedFile.txt --combineWARC --depth 0 --workers 4 --behaviors autoplay,autofetch --collection wiki |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment