Skip to content

Instantly share code, notes, and snippets.

View Sonosus's full-sized avatar
🔥
Burning myself with the soldering iron

Sonosus Sonosus

🔥
Burning myself with the soldering iron
  • Scotland!
View GitHub Profile
@Sonosus
Sonosus / main.py
Created August 19, 2023 21:39
Kosmodular grid image scraper
View main.py
# Quick and dirty script to save external images used on kosmodulargrid directly into the repository.
# This helps prevent images disappearing from the site as their URLs go bad.
# The outputted JSON does need some manual cleanup - do so at your own risk!
# This is free and unencumbered software released into the public domain.
# Clone the repository into the same directory as this script.
import requests
import json
import urllib