如何在谷歌应用引擎中使用whois

发布于 2024-12-02 13:22:59 字数 257 浏览 1 评论 0原文

我知道有 pywhois 但它不能在 gae 中使用,请参阅此 问题。但我确实需要这个函数来验证域名是否已注册,还有其他方法可以通过纯python实现whois吗?谢谢。

I know there is pywhois but it can't used in gae, see this question. But i really need this function to verify whether a domain is registered, is there other way to implement whois by pure python? Thanks.

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

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

发布评论

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

评论(1

爱已欠费 2024-12-09 13:22:59

您需要找到一个 HTTP Api 来获取 whois,例如 http://www.whoisxmlapi.com/ 并使用 < a href="http://code.google.com/appengine/docs/python/urlfetch/" rel="nofollow">urlfetch 您可以获取信息。

另一种解决方案是使用 AWS 的微实例创建此 Web 服务并安装模块 pywhois,您需要只在 HTTP 中创建接口。

You need to find a HTTP Api to get whois like http://www.whoisxmlapi.com/ and with urlfetch you can fetch informations.

An another solution is to create this webservice with a micro instance from AWS and install the module pywhois, you need to just create the interface in HTTP.

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