Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
import json
import os
import sys
from copy import deepcopy
try:
import requests
except ImportError:
print("Install requests first: pip install requests", file=sys.stderr)