Script ini berfungsi untuk melacak alamat IP menggunakan pustaka Python requests. Anda dapat menjalankan script ini untuk melakukan pelacakan IP dengan mudah.
Sebelum menjalankan script ini, pastikan Anda telah menginstal:
- Python3 - sebagai interpreter bahasa pemrograman Python.
- pip3 - untuk mengelola pustaka Python.
Script instalasi secara otomatis akan memeriksa dan menginstal dependensi yang dibutuhkan.
-
Unduh repositori ini dan pindah ke direktori unduhan.
-
Berikan izin eksekusi pada file
install.shdan jalankan untuk menginstal semua dependensi yang diperlukan.Copychmod +x install.shCopy./install.sh -
Setelah instalasi selesai, Anda dapat menjalankan script utama
tracking_IP.pydengan perintah:Copypython3 tracking_IP.py
chmod +x install.sh./install.shpython3 tracking_IP.pyThis script is used to track IP addresses using the requests library in Python. You can easily run this script to perform IP tracking.
Before running this script, make sure you have installed:
- Python3 - as the Python interpreter.
- pip3 - for managing Python libraries.
The installation script will automatically check for and install any required dependencies.
-
Download this repository and navigate to the downloaded directory.
-
Grant execute permission to
install.shand run it to install all necessary dependencies.Copychmod +x install.shCopy./install.sh -
After the installation completes, you can run the main script
tracking_IP.pywith the command:Copypython3 tracking_IP.py
Use the following commands in the terminal:
chmod +x install.sh./install.shpython3 tracking_IP.pyThe "Copy" button next to each command will help you quickly copy them to your terminal.
Thank you for using this script!
