A tool to find your public IP address.
Project description
whatsmyip | myip
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.4
- Security: urllib3 version should be larger than 1.24.1.
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
Built Distribution
File details
Details for the file whatsmyip-0.1.4.tar.gz
.
File metadata
- Download URL: whatsmyip-0.1.4.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3b81ba1e1100fdfb10ac737d97b2efb9ec8607718df67b59d9c145595b879d8 |
|
MD5 | 484db89fcc088ae2119765b41d24fd5d |
|
BLAKE2b-256 | 297fbccd8bbae53f892b85f8a305ea244d3bcbfc726aa73e9faf4ad14e6e01fe |
File details
Details for the file whatsmyip-0.1.4-py36,py37-none-any.whl
.
File metadata
- Download URL: whatsmyip-0.1.4-py36,py37-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3.6,py37
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bdb7fa741b733bb7c1880c132a4bd07f8a5ba18c6b3c78c9070cb6db130e198 |
|
MD5 | 59a29be9dd5dd24ca2d7a9e03188fecf |
|
BLAKE2b-256 | 250d0fcaa41ba3b22b245752e26f80fa6e34a1e352d11099f193e03baf374d47 |