PyGeoIpMap
PyGeoIpMap copied to clipboard
Little Python script to show where IP addresses are coming from by plotting them on a World map
> ➜ PyGeoIpMap git:(master) ✗ sudo pip3 install -r requirements.txt > Collecting https://github.com/matplotlib/basemap/archive/v1.0.7rel.tar.gz (from -r requirements.txt (line 3)) > Downloading https://github.com/matplotlib/basemap/archive/v1.0.7rel.tar.gz > | 164.3MB 16.0MB/s > Complete output from command...
Special characters returned from ipstack causes the script to fail. ip: "" hostname: "" type: "ipv4" continent_code: "AS" continent_name: "Asia" country_code: "SA" country_name: "Saudi Arabia" region_code: "01" region_name: "Ar Riyāḑ"...
Support for ipv6 addresses would be nice.
Hi @pierrrrrrre , very nice script thanks! It is very useful for reports! Unfortunately freegeoip is down now so the script does not work anymore. For this I have just...