Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

mrhmouse/wh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallhaven Scraper

Usage examples:

# Get first page of 'linux' wallpapers
./wh linux

# Get second page of 'linux' wallpapers
./wh linux 2

# Download first page of 'linux' wallpapers
for url in $(./wh linux) ; do
  curl -O $url
done

About

Wallhaven Scraper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages