Verificar WHOIS no Python
Para se verificar o WHOIS de um domínio no python, existem algumas bibliotecas e API’s pra lhe ajudar. Vou mostrar um exemplo utilizando uma API Restful (http://www.restfulwhois.com/api). As bibliotecas de whois para python com compatibilidade com Windows são a Pywhois e a Python-Whois. Para Linux e Mac esse script funcionará: # -*- coding: UTF-8 -*- […]
março 19, 2013 // Por : Vinicius Viana // Sem Comentários