[ANN] ip2cc 0.2 released
Denis S. Otkidach
ods@strana.ru
Fri, 23 Jan 2004 13:43:14 +0300 (MSK)
ip2cc: Lookup country country by IP address
===========================================
WHAT IS IT
If you want to gather web statistics by countries (not by top-level
domains) or implement targeting, here is solution: ip2cc. This module
allows to resolve country from IP address.
USAGE
ip2cc.py -update - build/update database
ip2cc.py <address> - print country name for which
<address> is registered
For example:
$ ./ip2cc.py python.org
python.org (194.109.137.226) is located in NETHERLANDS
$ ./ip2cc.py google.com.ru
google.com.ru (216.239.33.100) is located in UNITED STATES
Module can be used as CGI.
WHERE TO GET
Homepage: http://ppa.sf.net/#ip2cc
Download: http://prdownloads.sf.net/ppa/ip2cc-0.2.tar.gz?download
LICENSE
Python-style
ACKNOWLEDGEMENTS
Jason R. Mastaler
Fredrik Lundh
CHANGES
0.2 - Adopted to new format of registrars.
- Added LACNIC to sources.
- Fixed contry code map and added -check option to simplify
maintainance.
0.1 Initial release
--
Denis S. Otkidach
http://www.python.ru/ [ru]