IP -> Location
Posted in Footprints + Diary | By tarotoast | Tags: geoip, python
| GeoLite City | GeoIP City | |
| Cost | Free | $370 initial, $90 per month updates |
| Coverage | Worldwide | Worldwide |
| Accuracy | Over 99.5% on a country level and 79% on a city level for the US within a 25 mile radius. More details | Over 99.8% on a country level and 83% on a city level for the US within a 25 mile radius. More details |
| Redistribution | Free, subject to GPL/LGPL for APIs and database license. Commercial redistribution licenses are available | Please contact us |
| Updates | Updated monthly, at the beginning of each month | Updated monthly. For binary format, weekly updates, automated updates available by using geoipupdate program included with C API |
Very evil indeed.
- Download and install GeoIP C API from here.
- Download and install GeoIP Python API from here.
- Download latest GeoLite City Binary Format from here.
- Extract GeoLite City file to /usr/local/share/GeoIP/
Example uses of API can be found in test*.py that comes with Python API.
Recent Comments