Files
get-iana-tld-data/readme.md
2026-03-09 16:07:04 +05:30

270 B

python -m venv venv source venv/bin/activate pip install -r requirements.txt python save_iana_domains.py

This will create a data/ directory with:

- Individual JSON files for each domain (e.g., data/com.json)

- Summary file with all domains (data/all_domains.json)