An easy-to-use command line utility for checking domain name availability using Domainr's JSON API.
If you want to use the package through pip
, simply run:
pip install dom
Or, if you'd prefer to clone the repo, run the following command:
git clone [email protected]:zachwill/dom.git
cd dom
python setup.py install
You won't need to worry about this, but since the Python upload
command is so obtuse, I'm going to keep it here:
python setup.py sdist bdist_egg upload