To download and run:
git clone https://github.com/cbyeh/pow-image-scraper.git
cd pow-image-scraper
python downloader.py
Or download as .exe from here
Downloads all main images from Pictures of Walls, find them in the pow
directory
Now has multithreading for faster queued downloads
Running to completion should yield 14,235 images totaling 2.62 GB
Requires Python, Beautiful Soup and Requests if running from the command line
pip3 install beautifulsoup4
pip3 install requests