Created
May 3, 2025 08:10
-
-
Save UserAd/6b80e85b9ffe8a89032870faec95c7f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
domain = extract_domain(email) | |
vpnapi_response = vpnapi_tool(ip) | |
input = { | |
"email": email, | |
"domain": domain, | |
"domain_regdate": whois_date_lookup(domain), | |
"vpnapi_response": vpnapi_response, | |
"current_date": datetime.today().strftime('%Y-%m-%d') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment