/ip2loc

Converts a given IP address or takes a list of IP addresses from file as input and returns a CSV of information like ASN,ISP,LATITUDE,LONGITUDE, etc.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

ip2loc

Description: Take input of a single IP or multiple ip addresses from a file and pass it to telize api to determine the details of the IP, like ASN,ISP,LATITUDE,LONGITUDE, etc.

Requirements: 1) requests (pip install requests OR sudo easy_install requests)