A Python script to scrape wallpapers from https://4kwallpapers.com/.
This repository has been archived on 2026-01-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2021-01-19 18:47:59 +01:00
.gitignore Initial commit 2021-01-19 11:50:43 +01:00
__main__.py Almost fully works now 2021-01-19 18:01:52 +01:00
LICENSE Initial commit 2021-01-19 10:51:45 +00:00
README.md Added retry; should work now 2021-01-19 18:47:59 +01:00
scraper.py Added retry; should work now 2021-01-19 18:47:59 +01:00

4kwallpapers-scraper

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

Usage

The program takes a single command line argument, namely the root folder of whre you want all the pictures to go. It'll create sub-folders for all the categories, and download all pictures in one go. Yes, this can take a while (15m in my case, with a fast internet connection).