Skip to content

audy/domain-name-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages