json
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user