Find a good .com not yet taken code. Does two things:
- Pair a list of words with itself and
- Query WHOIS offline for
<pair>.com
and report domain availability.
-
Request a .com zone file per the article.
- My given request rationale was:
Quickly and privately query domain availability locally without flooding whois with requests.
- It expires about 11 years after granted. It seems to be updated periodically.
- com domains alone is about 4.8 gigabytes.
-
Download the zone file and move it to zones/.
- I had to copy the network request as a curl command.
-
Fill out words.json with some candidates to mishmash.
-
Execute
make
. Warning: this generates about 50 gigabytes of additional data. -
š¤ no one is hoarding domains just for money.
$ sqlite3 dist/com.sqlite3 "select domain from domains where domain = 'example';"
domain
-------
example
$ sqlite3 dist/com.sqlite3 "select domain from domains where domain = 'example99';"
Ā© Stephen Niedzielski.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.