This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
holistic | |
synergy | |
wellness | |
fostering (innovation) | |
empowerment | |
integrative | |
action (as a verb) | |
touch base | |
slide deck | |
reach out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |