
أداة سهلة الاستخدام عبر المنصات لتحديد الموقع الجغرافي لعناوين IP ورسم الخرائط.
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 والذي يتم إنشاؤه عند تشغيل التطبيق إن لم يكن موجود مسبقاً.يمكن تثبيت IPMap من خلال PyPI عن طريق استخدام الأمر التالي في المحطة الطرفية/سطر الأوامر:
pip install ipmap
يمكن تثبيت IPMap عن طريق المستودع المصدري على Github باستخدام الأمر التالي:
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
لكشف دليل الاستخدام، استخدم الامر التالي:
ipmap --help
من المفترض أن تظهر التنيجة التالية:
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.
يمكنك أيضا إيضاع ملف يحتوي على عناوين IP في المحطة الطرفية باستخدام
ip. في هذه حالة، سيقرأ IPMap كل عنوان في ذات الملف سطراً بسطر.
في حال رغبت في ترجمة ملف الـREADME لهاد المشروع إلى اي لغة أو أردت تحسين الملفات التي تم ترجمتها عبر Google Translate فبإمكانك فتح طلب سحب مع ترجمتك وسأكون سعيداً جداً لإضافتها إلى المشروع :)