Socket
Socket
Sign inDemoInstall

pytonik-ip-vpn-checker

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pytonik-ip-vpn-checker

pytonik IP and VPN checker Module checks visitors/audiences, proxy, sock, and VPN IP address


Maintainers
1

pytonik ip and vpn checker

Build Status Downloads Wheel Python Version License

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.

Install pytonik ip and vpn checker

pip install pytonik_ip_vpn_checker

Import Module

from pytonik_ip_vpn_checker.ip import ip

how to get HTTP IP ADDRESS

ip.get().ip

how to get VPN IP ADDRESS

ip.vpn().ip

how to check if visitor is using VPN

ip.vpn().is_vpn

how to get IP ADDRESS and PROPERTIES

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

default check IP ADDRESS

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.

Contact Information:

Name: pytonik MVC

Email: pytonikmvc@gmail.com

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc