
Uma ferramenta de geolocalização e mapeamento de IP, multiplataforma e fácil de usar.
English readme • 简体中文 readme • 正體中文 readme • Lengua española readme • Deutsche readme • Svenska readme • 한국어 readme • Français readme • हिन्दी readme • Português readme • Italian readme • Русский readme • Indonesian readme • فارسی readme • عربي readme • Türkçe readme • Polskie readme
maps, que é criado quando o aplicativo é executado, caso ainda não exista.O IPMap pode ser instalado via PyPI usando o seguinte comando no terminal:
pip install ipmap
O IPMap pode ser instalado a partir do repositório fonte no GitHub usando o seguinte comando:
pip install git+https://github.com/rly0nheart/ipmap.git
# Instale o poetry
pip install poetry
# Clone o repositório
git clone https://github.com/rly0nheart/ipmap
# Navegue até o diretório ipmap
cd ipmap
# Crie um arquivo "wheel"
poetry build
# Instale o arquivo "wheel" (Linux)
pip install dist/*.whl
# Instale o arquivo "wheel" (Windows)
pip install .\dist\generated-wheel-file-name.whl
Para exibir o guia de uso, use o seguinte comando:
ipmap --help
A saída esperada deve ser:
usage:
Geolocate IP Address(es) (with an interactive map)
--------------------------------------------------
ipmap <ip> --map
Open Google Earth on the given coordinates
--------------------------------------------
ipmap <ip> --earth
Lookup IP Address(es) (same as map but without an interactive map)
------------------------------------------------------------------
ipmap <ip> --lookup
IPMap (IP Mapper) — by Richard Mwewa (https://about.me/rly0nheart)
positional arguments:
ip target ip address
options:
-h, --help show this help message and exit
-e, --earth Open Google Earth on the location of a given ip
-l, --lookup Lookup an ip (like --map, but without an interactive
map)
-m, --map Geolocate an ip (with an interactive map)
-o OUTPUT, --output OUTPUT
map output name (default ipmap)
-v, --version show program's version number and exit
A cross-platform easy-to-use ip geolocation & mapping tool.
Você também pode fornecer um arquivo contendo endereços IP no terminal usando
ip. Nesse caso, o IPMap lerá cada endereço no arquivo linha por linha.
Se você deseja traduzir o README deste projeto para qualquer idioma ou melhorar os arquivos que foram traduzidos pelo Google Tradutor, você pode abrir um pull request com sua tradução e ficarei muito feliz em adicioná-la ao projeto :)