Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fujiawei-dev/external-ip
Query the IP address of the external network.
https://github.com/fujiawei-dev/external-ip
ip
Last synced: 12 days ago
JSON representation
Query the IP address of the external network.
- Host: GitHub
- URL: https://github.com/fujiawei-dev/external-ip
- Owner: fujiawei-dev
- License: bsd-3-clause
- Created: 2019-01-24T09:19:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-24T09:24:54.000Z (almost 6 years ago)
- Last Synced: 2024-09-17T00:05:00.777Z (2 months ago)
- Topics: ip
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Query external IP address
[![PyPI version](https://img.shields.io/pypi/v/external-ip.svg)](https://pypi.org/project/external-ip/)
[![Wheel](https://img.shields.io/pypi/wheel/external-ip.svg)](https://pypi.org/project/external-ip/)
[![Python version](https://img.shields.io/pypi/pyversions/external-ip.svg)](https://pypi.org/project/external-ip/)
[![license](https://img.shields.io/github/license/fjwCode/external-ip.svg)](https://github.com/fjwCode/external-ip/LICENSE)External_ip is a simple script that shows your external IP address.
It queries well known online IP-detection web services for that information.## Installation
python -m pip install -U whatip
## Command Line Usage
```shell
$ ip
182.110.236.67 中国 江西
```## Feedback
Email: [email protected]