To use asnames, you'll need to install the dependencies. You can do that with the following:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtThen you can run with:
python3 ./The output is a JSON-lines file, so can be saved with:
python3 ./ > asnames.jsonl