0

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 :)

RanZilber
  • 1,840
  • 4
  • 31
  • 42
  • [WhoIs protocol example with Twisted](https://github.com/darkrho/Random-Code/blob/master/python/twisted/whoisclient.py) – ypercubeᵀᴹ Jan 08 '12 at 12:45
  • try http://philipjm.free.fr/python/whois/doc/ from http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=whois+ip+python+module – Dan D. Jan 08 '12 at 12:47

1 Answers1

3

There is a recipe for doing whois.

Also this question already answered here

Community
  • 1
  • 1
Roman Susi
  • 4,135
  • 2
  • 32
  • 47