PyDomainr
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
Release files for pydomainr 1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pydomainr-1.3.tar.gz | 2.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pydomainr-1.3-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 4.9 kB
Release files / pydomainr-1.3.tar.gz
| Download URL | pydomainr-1.3.tar.gz |
|---|---|
| Size | 2.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9aaaf01f8cc30348d1fe510d9bda9b1ca9369f8ab38af10b913e9bb2b6b6e10f
|
|
BLAKE2b-256 checksum How to use checksums |
c1c00a6e92ba530e69b12fb80ce2a39e85e6add9c4e3c8c9a072e06ba229e49b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / pydomainr-1.3-py2-none-any.whl
| Download URL | pydomainr-1.3-py2-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
8eb07d2c4e8cd2e3e91920331fc1331e013ef9f083771c694308003ed9a9f29b
|
|
BLAKE2b-256 checksum How to use checksums |
c25bafa722cbe93549cb09943a43d054ece4d5af1a9f275af8e406d9c5582b56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |