Skip to content

Instantly share code, notes, and snippets.

@ackviz
ackviz / open_playground.py
Last active August 9, 2023 03:43
cli to interact with https://nat.dev/
#!/usr/bin/python3
# Script Author: @chaignc
# https://gist.github.com/ackviz/8e97f35f84ec77d4e527f719e3729390
import sys
import clize
import re
import json
from collections import defaultdict
import requests