Skip to main content

Python wrapper around the domai.nr API

Project description

PyDomainr is a python wrapper around the domai.nr JSON API.

Installation:

pip install pydomainr

Usage:

1. Check For Availability Of Domain:

The URL of the domain is passed in the construct

from pydomainr import PyDomainr
dom = PyDomainr(CLIENTID, "naumanahm.ad")
print dom.is_available

2. Get Whois URL:

This will return the Whois URL of the domain

from pydomainr import PyDomainr
dom = PyDomainr(CLIENT_ID, "naumanahm.ad")
print dom.whois_url

3. Get A List Of Available Domains

This method will return the list of domains available

from pydomainr import PyDomainr
dom = PyDomainr(CLIENTID, "naumanahm.ad")
for each_domain in dom.available_domains():
      print each_domain

4. Get A list Of Domains That Are Taken

A List of taken lists are returned

from pydomainr import PyDomainr
dom = PyDomainr(CLIENTID, "naumanahm.ad")
for each_domain in dom.taken_domains():
      print each_domain

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pydomainr-1.3.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

pydomainr-1.3-py2-none-any.whl (2.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page