使用 python 执行 WHOIS 协议的最简单方法是什么?

发布于 2024-12-25 07:20:34 字数 193 浏览 3 评论 0原文

我正在寻找最适合 WHOIS 协议的库或代码模块。

请注意,我已经在谷歌上搜索过它,但我没有找到我要找的东西。

我需要的是这样的:

WHOIS(ip)

输出将是有关此 IP 的 whois 信息(而不是 url!),如果没有,则为 None 。

谢谢 :)

Im looking for a library or a code module that is most reccomended for WHOIS protocol.

Note that i've been allready googling it , but i didnt found what i was looking for.

what i need is something like this :

WHOIS(ip)

and the output will be the whois information about this IP (and not url!) , and None if there isn't such.

thanks :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

已下线请稍等 2025-01-01 07:20:34

有一个用于进行 whois 的秘诀

此外,这个问题已经在此处得到了解答

There is a recipe for doing whois.

Also this question already answered here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文