python-whois
python-whois copied to clipboard
Python module/library for retrieving domain WHOIS information (only domain)
add tld: gg, as, cv, si, sn, fashion, py add additional date format: senegal add additional strings for over quota and no such domain standard reformat with black and pylama...
import idna third-party package dependence deleted. & dict return result added in get function.
## Describe the bug When a registrar has populated their "Registrar WHOIS Server" field with an incorrectly formatted server name, a linux whois client may return an error regarding name...
**Describe the bug** Domains registered under .com by IANA directly output a different format, thus causes the parsing to fail. An example is `example.com`. Instead for regular format, it has...
WHOIS is very useful for determining who owns/operates the network that defines a given IP address, and roughly determining its location (since that's how IP blocks are assigned). The same...
Add abuse_contact regex on .com, Domain.abuse_contact was never populate (except for NL tld).
I have a question. Most of the WhoIs python packages require a WhoIs API key. This one doesn't. Can I do unlimited requests and if so is this package just...