File Scraper

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.

  • -t|--threads <THREADS>: The number of threads to use (defaults to 12).

Last updated