本WebAPI支持IP城市定位和域名查IP定位,同时支持命令行查询

蘭雅sRGB ca91a80cb8 Update app.py %!s(int64=3) %!d(string=hai) anos
templates edd449a86f Create hello.html %!s(int64=3) %!d(string=hai) anos
README.md e78807b11e Update README.md %!s(int64=3) %!d(string=hai) anos
app.py ca91a80cb8 Update app.py %!s(int64=3) %!d(string=hai) anos

README.md

ip: Python WebAPI

演示网址 https://262235.xyz/ip/

本WebAPI支持IP城市定位和域名查IP定位,同时支持命令行查询

安装部署简易命令

git clone https://github.com/hongwenjun/ip.git
pip3  install Flask  ipip-ipdb
cd ip
wget https://cdn.jsdelivr.net/npm/qqwry.ipdb/qqwry.ipdb
flask run --host=0.0.0.0

搭建WebAPI参考文章

Python网络开发简单的IP城市定位WebAPI