项目作者: Ghostik2005

项目描述 :
Python module to get client internal and external ip address from multiple sources using async requests
高级语言: Python
项目地址: git://github.com/Ghostik2005/getip.git
创建时间: 2018-07-25T14:17:59Z
项目社区:https://github.com/Ghostik2005/getip

开源协议:MIT License

下载


getip

Python module to get client internal and external ip address from multiple sources using async requests

usage

  1. import getip
  2. if __name__ == '__main__':
  3. ips = None
  4. ips = getip.ip()
  5. if ips:
  6. print(ips, flush=True)