Skip to content

Instantly share code, notes, and snippets.

@usrnk1
usrnk1 / get_image_urls.py
Last active March 18, 2025 08:58
Get HDPI images from Dribbble data export .json
import json
# Load the JSON data
with open("export.json", "r") as f:
data = json.load(f)
# The structure might be different from what we expected
# Let's inspect the structure first
if "attachments" in data:
# Original expected structure