Skip to content

lwzm/cz-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

查 ip 所在位置, 查找速度还行(微秒级), 数据来自纯真数据库.

Install

pip install cz-ip

Usage

>>> import cz_ip
>>> cz_ip.locate("8.8.8.8")
'美国 加利福尼亚州圣克拉拉县山景市谷歌公司DNS服务器'
$ python -m cz_ip
114.114.114.114
114.114.114.114 江苏省南京市 南京信风网络科技有限公司GreatbitDNS服务器
$ cat ips.txt 
114.114.114.114
172.16.16.16
10.0.0.1
10.0.0.2

$ python -m cz_ip <ips.txt
114.114.114.114 江苏省南京市 南京信风网络科技有限公司GreatbitDNS服务器
172.16.16.16    局域网 对方和您在同一内部网
10.0.0.1        局域网 IP
10.0.0.2        局域网 IP

Releases

No releases published

Packages

No packages published

Languages