Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nibalizer/geoipanalytics

Service which accepts ip addresses and can provide stats based on geoip lookups
https://github.com/nibalizer/geoipanalytics

Last synced: about 1 month ago
JSON representation

Service which accepts ip addresses and can provide stats based on geoip lookups

Awesome Lists containing this project

README

        

GeoIP Analtics
==============

A server for collecting and visualising data based on geoip lookups.

Setup
=====

pip install -r requirements.txt

wget -O- -N http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz | gunzip > GeoIP.dat

Run
===

python server.py

echo "131.252.208.38" | nc -q1 -u4 servername 8999