项目作者: Ghostik2005
项目描述 :
Python module to get client internal and external ip address from multiple sources using async requests
高级语言: Python
项目地址: git://github.com/Ghostik2005/getip.git
getip
Python module to get client internal and external ip address from multiple sources using async requests
usage
import getip
if __name__ == '__main__':
ips = None
ips = getip.ip()
if ips:
print(ips, flush=True)