A Python-based tool for mapping IP addresses to their respective countries using the IPinfo.io API. Easily process bulk IP addresses and retrieve geolocation details efficiently.
(IPinfo.io API를 사용하여 IP 주소를 해당 국가로 매핑하는 Python 기반 도구입니다. 대량의 IP 주소를 손쉽게 처리하고, 지리적 위치 정보를 효율적으로 조회할 수 있습니다.)
pip install requestspython ip_country_matcher.pyThe request limit for IPinfo.io is 1,000 requests per day for non-registered users.
(IPinfo.io의 요청 한도는 등록되지 않은 사용자의 경우 하루 1,000건입니다.)