Created
November 13, 2020 11:23
-
-
Save sergray/91f9eb4ca93340d893e36cf007926977 to your computer and use it in GitHub Desktop.
test_querycontacts.py
This file contains 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
import querycontacts | |
import dns | |
import sys | |
import socket | |
print('sys.version:', sys.version) | |
print(querycontacts, getattr(querycontacts, '__version__', None)) | |
print(dns, getattr(dns, '__version__', None)) | |
querycontacts.ContactFinder().find(socket.gethostbyname('google.nl')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment