pyipinfo

ipinfo.io in the command line


License
MIT
Install
pip install pyipinfo==0.1.2

Documentation

pyipinfo

https://travis-ci.org/juanpabloaj/pyipinfo.svg?branch=master

Use ipinfo.io from the command line.

Usage

Information of local ip

ipinfo

Information of one ip

echo "ip" | ipinfo

Information of each ip in a file or output pipe

cat requests.log | ipinfo

Installation

pip install pyipinfo