Skip to content

ba1dr/whoisxmlapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whoisxmlapi

Python parser fow www.whoisxmlapi.com

Supports queries through the list of proxies (rotating in multiple attempts)

Thanks to dalek2point3/whoisxmlapi-parser for the idea

Usage:

from whoisxmlapi import WhoisXMLAPI

w = WhoisXMLAPI()
domaininfo = w.get('google.com')

print(domaininfo)

print w.extract_contacts(domaininfo)

About

whoisxmlapi parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages