Skip to content

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

License

Notifications You must be signed in to change notification settings

Ghostik2005/getip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages