This file contains hidden or 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
| #!/usr/bin/env python3 | |
| import sys | |
| import json | |
| import argparse | |
| import requests | |
| # PREREQUISITES: | |
| # - python 3 of some variety (I used 3.12.7) | |
| # - python venv module (if using a virtual environment as described below) | |
| # - this script file |