Whois query with Python
usage: whois.py [-h] [-domain DOMAIN] [--allofthem] [-save SAVE]
optional arguments:
-h, --help show this help message and exit
-domain DOMAIN Whois query.
--allofthem Whois query.
-save SAVE Saves Queries.
whois.py -domain example.com
whois.py -domain example.com;net;biz;org
whois.py -domain example.com --allofthem
whois.py -domain example.com -save C:/example.txt
whois.py -domain example.com -save example.txt
import whois
result_query = whois.whois_query("www.google.com")#Returns query result to result_query.