Open bcoles opened 7 years ago
An example implementation in Python:
https://github.com/PaulSec/API-Email-Format
Usage:
from emailFormatAPI import EmailFormatAPI res = EmailFormatAPI({'verbose': True}).get('example.com') print res
will look into this @bcoles
An example implementation in Python:
https://github.com/PaulSec/API-Email-Format
Usage: