nameminer allows you to generate a list of available domains (.com/.net) from combined word lists and sort/analyze them in a variety of ways.
The Jackson JSON ObjectMapper and Apache Commons Net 3.6 libraries are needed to run nameminer.
combine LIST LIST - prefix lists + suffix lists (seperated by commas)
load PATH - load, reload, set current list
s LIST KEYWORD - append keywords to words in lists (seperated by commas)
reload - rereads all lists in default list folder ("./name miner lists")
check FILEPATH - checks domains in file and prints available with appraisal
checkregdates FILEPATH/DOMAIN - returns registration dates of domains in file
pscore/sscore - loads currently used prefixes/suffixes with number of available names in most recent (current) search
ssort - returns loaded scores sorted - high demand words are printed last
preview LIST - prints first 5 entries in a list
settld TLD - sets tld
lists - displays all lists that are loaded
sort - sorts current list of domains by appraisal
sortr - sort regged tlds
getregged - prints names registered in at least 1 tld
sortlength - sorts current list by length
save NAME - saves current list state to a txt file in your Downloads
togglea - toggles appraisals, will print names that are available without appraisal (faster). does not save names automatically
toggler - toggles regged tlds
help - print the help menu
On launch, all files are loaded from a folder called "name miner lists" in the current working directory
The listFromName method checks for the first list name that contains the substring you provide. You can use unique shortnames to refer to your lists. A common shortname will select the first matching file name in the directory.
Any command that iterates through a new set of domains overrides the previous list of domains. You can only sort/save/etc. the current list.
Needs fixing:
- May not handle folders in default list location