Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 634 Bytes

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.