Skip to content

bijaydas/doxcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A cli tool written in Python to create self manage services. Services includes domain validator using GoDaddy

Topics

Resources

License

Stars

Watchers

Forks

Languages