variations/util/whois.py
2023-12-05 23:22:55 +01:00

9 lines
128 B
Python

from whois import whois
class Whois:
def get_text(self, value):
result = whois(value)
return result.text