https://github.com/milesrack/ipinfo
CLI for IP lookups.
https://github.com/milesrack/ipinfo
ip ip-location ip-lookup ip-lookup-api ipinfo python
Last synced: 8 months ago
JSON representation
CLI for IP lookups.
- Host: GitHub
- URL: https://github.com/milesrack/ipinfo
- Owner: milesrack
- Created: 2021-03-27T18:43:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T11:28:14.000Z (over 4 years ago)
- Last Synced: 2025-01-05T09:14:49.947Z (10 months ago)
- Topics: ip, ip-location, ip-lookup, ip-lookup-api, ipinfo, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ipinfo :mag:
![]()
Get information on IP addresses from the command line## :pushpin: Installation
```
git clone https://github.com/milesrack/ipinfo.git
cd ipinfo
pip3 install -r requirements.txt
```## :pushpin: Usage
```
python3 ipinfo.py [IP]
```
Multiple IP addresses can be specified as arugments. Use a space to seperate each IP address. If no argument is given, the program will return information on your IP address. This tool is useful to get quick information an IP address or to figure out the IP of a box you are on.