IP地址归属查询只显示地区Python配置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IP地址归属查询只显示地区Python配置相关的知识,希望对你有一定的参考价值。

#!/usr/bin/env python
# -*- coding: utf-8 -*-
import signal
import urllib
import json
import sys,os,re
import socket
url = "http://ip.taobao.com/service/getIpInfo.php?ip="

def ip_location(ip):
    data = urllib.urlopen(url + ip).read()
    datadict=json.loads(data)

    for oneinfo in datadict:
        if "code" == oneinfo:
            if datadict[oneinfo] == 0:
                return datadict["data"]["city"]

ip_address = 114.114.114.114
city_address = ip_location(ip_address)
print ip_address + ":" + city_address

 

以上是关于IP地址归属查询只显示地区Python配置的主要内容,如果未能解决你的问题,请参考以下文章

利用python实现批量查询ip地址归属地址

Openresty + GeoIP2实现IP归属国家查询

Openresty + GeoIP2实现IP归属国家查询

Openresty + GeoIP2实现IP归属国家查询

Openresty + GeoIP2实现IP归属国家查询

怎么查手机号码具体归属地区级