Skip to main content

A tool to find your public IP address.

Project description

whatsmyip | myip

Build Status pypi release Coverage Status

Installation and usage

As a CLI tool:

$ pip3 install whatsmyip
$ myip
240.0.0.0

As a library:

>>> from whatsmyip.ip import get_ip
>>> from whatsmyip.providers import GoogleDnsProvider  # Or any other provider
>>> get_ip(GoogleDnsProvider)
'240.0.0.0'

Supported providers

  • Google DNS
  • httpbin.org
  • Cloudflare
    • DNS
    • HTTP

Goal of this project

The goal of this project is not to become the best tool to check your IP address. In that case I recommend you to use something more simple like:

curl https://httpbin.org/ip

I've developed this project to have something simple to experiment with when explorering new ideas or techniques.

LICENSE

Copyright 2018 Therry van Neerven

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Release History

0.1.3

Improved README for using whatsmyip as a module in your project.

0.1.2

Added Cloudfront HTTP and DNS providers

0.1.1

  • New release with Markdown description on PYPI

0.1.0

  • Release of initial version to PYPI for public testing.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whatsmyip-0.1.3.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

whatsmyip-0.1.3-py36,py37-none-any.whl (5.5 kB view hashes)

Uploaded Python 3.6,py37

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page