pytonik IP and VPN checker Module checks visitors/audiences, proxy, sock, and VPN IP address. it returns a response such as :- hostname, country, city, region, loc, org and more.
pip install pytonik_ip_vpn_checker
from pytonik_ip_vpn_checker.ip import ip
ip.get().ip
ip.vpn().ip
ip.vpn().is_vpn
pytonik_user = ip.get()
pytonik_user.ip
pytonik_user.hostname
pytonik_user.city
pytonik_user.region
pytonik_user.country
pytonik_user.loc
pytonik_user.org
ip.property('41.190.30.100').hostname
ip.property('41.190.30.100').city
ip.property('41.190.30.100').region
ip.property('41.190.30.100').country
ip.property('41.190.30.100').loc
ip.property('41.190.30.100').org
pytonik is open to questions and contributions, feel free to ask.
Name: pytonik MVC
Email: [email protected]