Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
请参阅 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).为什么应该有一个图书馆来从事这种工作?您可能必须建立自己的 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.