An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ipinfo :mag:
Python
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.