Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 897 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 897 Bytes

scrapehaven-logo

Automatically downloads full res images from wallhaven.cc with javascript+puppeteer

Setup

Clone the repo

git clone https://github.com/d4rkd0s/scrapehaven

Change into the repo directory

cd scrapehaven/

Run NPM install

npm install

Copy the example env to a .env

cp .env.example .env

Fill out the .env file with your Wallhaven credentials

You are ready to go!

Use

To search and download for a term run

node index.js --search='space' \
                --pages=1 \
                --max=10 \
                --general=false \
                --anime=false \
                --people=true \
                --sfw=false \
                --sketchy=true \
                --nsfw=false

More options like sorting are coming soon.