pogzyb / asyncwhois

Python WHOIS and RDAP utility for querying and parsing information about Domains, IPv4s, IPv6s, and AS numbers
MIT License
63 stars 18 forks source link

Add Contact Emails To Default Parsed Output #9

Closed uBadRequest closed 3 years ago

uBadRequest commented 4 years ago

I noticed that contact emails aren't being parsed by default and seems to be commented out in the code, any reasons why?

Should I fork and add email or was there a problem?

pogzyb commented 4 years ago

No, you should be able to uncomment or add parsers for emails without a problem. This package started out as a small piece of a larger security project of mine where I really only needed to reliably parse dates and address information, so I forewent adding parsers for contact fields at the time.

I'll admit I'm probably more focused on getting wider TLD coverage rather than fully supporting the contact stuff right now; so yes, please go ahead and fork for your own needs.

Good luck!