Navigation Menu

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 / words.txt
Last active February 17, 2024 17:51
Words I dislike
holistic
synergy
wellness
fostering (innovation)
empowerment
integrative
action (as a verb)
touch base
slide deck
reach out
@Sonosus
Sonosus / main.py
Created August 19, 2023 21:39
Kosmodular grid image scraper
# 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