Skip to content

Instantly share code, notes, and snippets.

@nullenc0de
Last active August 15, 2022 18:57
Show Gist options
  • Save nullenc0de/ff70efbb787ff534b661c809ed3c7f4e to your computer and use it in GitHub Desktop.
Save nullenc0de/ff70efbb787ff534b661c809ed3c7f4e to your computer and use it in GitHub Desktop.
check if email exists
import json
import sys
data = json.load(sys.stdin)
if data['is_reachable'] == 'safe':
sys.stdout.write(data['input'] + '\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment