Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nibalizer/geoipanalytics
- Owner: nibalizer
- Created: 2013-01-16T13:11:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-22T06:14:01.000Z (almost 12 years ago)
- Last Synced: 2024-10-26T20:15:05.269Z (2 months ago)
- Language: JavaScript
- Size: 410 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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