DoxCli is a cli tool which helps to do day to day jobs.
- Check if domain is available using GoDaddy API.
- More features are coming soon...
-
As this project is in Alpha mode, it is recommended to install it in
virtual env
.python3 -m venv name-your-venv source path-to-your-venv/bin/activate pip install doxcli
-
Create the config file in
~/.config/doxcli/config.yaml
-
And add your GoDaddy API credentials.
godaddy: api_key: api-key api_secret: api-secret
After the confi file has setup, you can run the following command to check if any domain is available.
dox godaddy --name bijaydas.com
Output screenshot
Thank you for considering contributing to the DocCli!
The DoxCli is open-sourced software licensed under the MIT license.