generat.es clev.er sho.rt doma.in nam.es

Austin Davis-Richardson a691b3c03b reformatted 6 år sedan
license.md 4d84577704 added license 10 år sedan
readme.md f8d5753a52 updates help 7 år sedan
tld.py a691b3c03b reformatted 6 år sedan
tlds.txt be2dd5b3df hehe 14 år sedan

readme.md

Clever Domain Name Generator

Generates domains where the TLD forms part of a word.

usage: tld.py [-h] [--words-file WORDS_FILE] [--tlds-file TLDS_FILE]
              [--tlds TLDS] [--leet] [--min-size MIN_SIZE]
              [--max-size MAX_SIZE]

optional arguments:
  -h, --help            show this help message and exit
  --words-file WORDS_FILE
                        file with list of words [/usr/share/dict/words]
  --tlds-file TLDS_FILE
                        file with list of tlds [tlds.txt]
  --tlds TLDS           manually specify tlds as comma-separated list
  --leet                generate domains that replace letters with numbers
  --min-size MIN_SIZE   minimum word length
  --max-size MAX_SIZE   maximum word length

Example:

Use with dom to automatically find out if domains are available:

for i in $(python tld.py --tlds at)
do
  dom $i
done