Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 453 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 453 Bytes

WallhavenScraper

Scraper for wallhaven.cc

Usage

Download the release for your OS in the Releases page.

Make it executable with:

chmod +x WallhavenScraper-1.0.0-linux

Run it with:

./WallhavenScraper-1.0.0-linux -j 16 -o Downloads --csv wallhaven.csv

Where -j is the concurrency, -o the output folder for images, and --csv the CSV file where metadata will be written.

Enjoy!