andrejz
22
Hi,
I willl use this code:
import whois
w = whois.whois(input_table[‘url’][0])
input_table[‘Creation Date’]=w.creation_date
input_table[‘Expiration Date’]=w.expiration_date
output_table = input_table.copy()
in this way you will have all the data in one table.
I do not know why you get null result … maybe you are behind a firewall or proxy
safa05
23
Hi @andrejz,
Thank you very much it worked perfectly exactly the results I was looking for. I really appreciated your assistance.
Kind Regards,
Safa
1 Like
system
Closed
24
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.