A quick guide to the basics of Tourmaline's data scraper.
In this guide, you'll learn:
How to scrape files from a site with tourmaline fscraper
tourmaline fscraper
tourmaline fscraper <URL> <PATHS_FILE>
Tourmaline's file scraper downloads files from a target website. It takes a list of paths to download from
Optional parameters include:
-o|--outfile-dir <OUTFILE_DIR>: The path to the output file directory.
-o|--outfile-dir <OUTFILE_DIR>
-t|--threads <THREADS>: The number of threads to use (defaults to 12).
-t|--threads <THREADS>
Last updated 1 year ago