This commit is contained in:
Kar
2026-03-09 16:07:04 +05:30
parent 466775c51c
commit 760aaae6c5
3 changed files with 49 additions and 40 deletions

View File

@@ -1,4 +1,8 @@
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python save_iana_domains.py
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)