
Uno strumento multipiattaforma facile da usare per geolocalizzazione ip e mappatura.
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, che viene creata all'avvio dell'applicazione se non esiste già.IPMap può essere installato tramite PyPI usando il seguente comando nel terminale/riga di comando:
pip install ipmap
IPMap può essere installato dal repository sorgente su Github usando il seguente comando:
pip install git+https://github.com/rly0nheart/ipmap.git
# ثبّت poetry
pip install poetry
# استنسخ المستودع
git clone https://github.com/rly0nheart/ipmap
# التوجه الى دليل الملفات ipmap
cd ipmap
# اعمل ملف "wheel"
poetry build
# ثبّت ملف الـ"wheel" (لينوكس)
pip install dist/*.whl
# ثبّت ملف الـ"wheel" (ويندوز)
pip install .\dist\generated-wheel-file-name.whl
Per visualizzare il manuale d'uso, utilizza il seguente comando:
ipmap --help
Dovrebbe apparire il seguente output:
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.
Puoi anche passare un file contenente indirizzi IP nel terminale usando
ip. In questo caso, IPMap leggerà ogni indirizzo nel file riga per riga.
Se desideri tradurre il README di questo progetto in qualsiasi lingua o migliorare i file tradotti tramite Google Translate, puoi aprire una pull request con la tua traduzione e sarò molto felice di aggiungerla al progetto :)