Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.txt

Then you can run with:

python3 ./

The output is a JSON-lines file, so can be saved with:

python3 ./ > asnames.jsonl