python获取过期域名的方法

发布于 2024-12-01 10:07:15 字数 1536 浏览 1 评论 0原文

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

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

发布评论

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

评论(2

源来凯始玺欢你 2024-12-08 10:07:15

请参阅 https://github.com/richardpenman/whois(搜索 python whois)。这允许您确定域的到期日期。但是您需要从某个地方获取要检查的域列表(domaintools 显然是从域拍卖中获取它们)。

See https://github.com/richardpenman/whois (first Google search result when searching for python whois). This allows you to determine the expiration date of a domain. But you will need to get a list of domains to check from somewhere (domaintools apparently gets them from domain auctions).

辞别 2024-12-08 10:07:15

为什么应该有一个图书馆来从事这种工作?您可能必须建立自己的 WHOIS 信息数据库和自己的逻辑。

Why should there be a library for this kind of work? You probably have to build up your own database of WHOIS information and your own logic.

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