Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.22 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.22 KB

About DocCli

DoxCli is a cli tool which helps to do day to day jobs.

Features

  1. Check if domain is available using GoDaddy API.
  2. More features are coming soon...

Installation

  1. 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
  2. Create the config file in ~/.config/doxcli/config.yaml

  3. And add your GoDaddy API credentials.

    godaddy:
      api_key: api-key
      api_secret: api-secret

How to use

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

Contributing

Thank you for considering contributing to the DocCli!

License

The DoxCli is open-sourced software licensed under the MIT license.