diff --git a/README.md b/README.md index f4e8977..e41367e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Zone files are updated once every 24 hours, specifically from 00:00 UTC to 06:00 At the time of writing this repository, the CZDS offers access to 1,151 zones in total. -1,079 have been approved, 55 are still pending *(after 3 months)*, 10 have been revoked because the TLDs are longer active, and 6 have been denied. Zones that have expired automatically had the expiration extended for me without doing anything, aside from 13 zones that remained expired. I have included a recent [stats file](./stats_2024-01-31.csv) directly from my ICANN account. +1,079 have been approved, 55 are still pending *(after 3 months)*, 10 have been revoked because the TLDs are longer active, and 6 have been denied. Zones that have expired automatically had the expiration extended for me without doing anything, aside from 13 zones that remained expired. I have included a recent [stats file](./extras/stats.csv) directly from my ICANN account. ## Usage ### Authentication @@ -29,7 +29,7 @@ python czds.py [--username --password ] [--concurrency > approved.txt ;; + "denied") echo "$email,$tld_name,$status,$last_updated,$reason,$expire_date" >> denied.txt ;; + "expired") echo "$email,$tld_name,$status,$last_updated,$reason,$expire_date" >> expired.txt ;; + "pending") echo "$email,$tld_name,$status,$last_updated,$reason,$expire_date" >> pending.txt ;; + "revoked") echo "$email,$tld_name,$status,$last_updated,$reason,$expire_date" >> revoked.txt ;; + *) echo "Unknown status: $clean_status" ;; + esac +done \ No newline at end of file diff --git a/stats.csv b/extras/stats.csv similarity index 100% rename from stats.csv rename to extras/stats.csv