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

RDAP support? #27

Closed notpushkin closed 3 years ago

notpushkin commented 3 years ago

https://rdap.org/ :-)

pogzyb commented 3 years ago

Thanks for the suggestion.

Yes, I have plans to include some RDAP functionality soon. I've got a decent chunk of code that currently supports domain look ups, but other features like searching IPs or CIDRs might be out of scope for me alone at this time. Also, I was debating releasing it as a separate project/repository, but seeing how this project is starting to get more traction, it may be best to just stuff it all in here.

If you're interested, I can include you on the PR for the domain query and parsing via RDAP. Should be able to get it out in a week or so.

pogzyb commented 3 years ago

@notpushkin

https://github.com/pogzyb/whodap 👀

I decided to release the RDAP stuff as its own project, but I still plan to add hooks for a few of these "whodap" methods into this repository as well. I will need a few more days to get to those hooks added here. I hope the other project helps you in the meantime though.

pogzyb commented 3 years ago

Release 0.4.1 contains some methods that help get the ball rolling with RDAP support. There's still more to do, but I'm going to close this for now. Further support for RDAP stuff will likely start over in the whodap project, and then make its way over here via wrapper functions. Hope this helped; feel free to create another issue if there is anything more specific you'd like to see. Thanks!

notpushkin commented 3 years ago

Thank you so much! I will definitely give it a go when I have some capacity again for that one side project I'm using your library for :-)