Skip to content

Instantly share code, notes, and snippets.

@UserAd
Created May 3, 2025 08:10
Show Gist options
  • Save UserAd/6b80e85b9ffe8a89032870faec95c7f1 to your computer and use it in GitHub Desktop.
Save UserAd/6b80e85b9ffe8a89032870faec95c7f1 to your computer and use it in GitHub Desktop.
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