import asyncio
import domain_cdate
loop = asyncio.get_event_loop()
coro = domain_cdate.creation_date('google.com')
print(loop.run_until_complete(coro))
loop.close()
-
Notifications
You must be signed in to change notification settings - Fork 0
Extract domain registration date from whois
License
nibrag/domain_cdate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Extract domain registration date from whois
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published