Skip to content

anthonywww/mksld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mksld

A very crappy (dockerized) script written in 10ish mins that scrapes @MKBHD's wallpaper app's (Panels) public API and fetches all the images tagged with dhd (high-definition image).

Note

I own none of the content fetched by this script. All rights go to their respective copyright holders.

Usage

Python 3 + dependencies:

python3 src/mksld.py

Docker:

./docker-run.sh

Credit

  • @uwukko for posting about the media API endpoint.
  • @grok for boiler-plate element traversal with requests.