A commandline tool for souping domain names
- Check a lot of domains
- Generate domainnames
- 3 letter domain checking
- Make sure you have python3.x installed and the tqdm module.
- Copy this repository to your machine. (
git clone https://github.com/toorusr/domainsoup-cli
)
- Navigate in the cloned repositorys
src/
folder. - Run the souper by executing it with python3.
python3 souper.py
Because the souper outputs every domain and its availability to a big file, we can easily parse this data.
You can do this by using the parser.py
.
python3 parser.py $domain_file
There is not really any configuration possible right now, but you can easily change the sourcecode on you behalve. It's indeed not so complicated.