Webservice to resolve ip addresses to cities
Werkzeug
argparse
pygeoip
git clone git://github.com/gabber7/ip2city.git
cd ip2city
sudo pip install -r requirements.txt
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
gunzip GeoLiteCity.dat.gz
python ip2city.py --host=0.0.0.0 --port=5000 --database=GeoLiteCity.dat
Send HTTP request with ip as argument