Skip to content
forked from lxyu/17monip

IP search based on 17mon.cn, the best IP database for China.

Notifications You must be signed in to change notification settings

dellsun/17monip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

17MonIP Python Lib

http://img.shields.io/pypi/v/17MonIP.svg?style=flat http://img.shields.io/travis/lxyu/17monip/master.svg?style=flat http://img.shields.io/pypi/dm/17MonIP.svg?style=flat

IP search based on 17mon.cn, the best IP database for china.

Source: http://tool.17mon.cn

Install

Supports python2.6 to python3.4 and pypy.

$ pip install 17monip

Usage

>>> import IP
>>> IP.find("www.baidu.com")
'中国\t浙江\t杭州'
>>> IP.find("127.0.0.1")
'本机地址\t本机地址'

CMD Util

$ iploc ele.me
中国    北京    北京
$ iploc aliyun.com
中国    浙江    杭州

Changelog

https://github.com/lxyu/17monip/blob/master/CHANGES.rst

About

IP search based on 17mon.cn, the best IP database for China.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%