A Python script to scrape wallpapers from https://4kwallpapers.com/.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jef Roosens 97778df3f8 Added category selection 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Added category selection 2 years ago
scraper.py Added category selection 2 years ago

README.md

4kwallpapers-scraper

A Python script to scrape wallpapers from https://4kwallpapers.com/.

Usage

The program takes one or more arguments. The first argument is the path to the download directory; this is where the pictures will end up. Each category creates a subdirectory for itself.

Any arguments following the path correspond to category names. This allows you to only download certain categories.

Do note that a full download can take a while: upwards of 15 minutes on a fast internet connection.