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.sh
dan jalankan untuk menginstal semua dependensi yang diperlukan.Copychmod +x install.sh
Copy./install.sh
-
Setelah instalasi selesai, Anda dapat menjalankan script utama
tracking_IP.py
dengan perintah:Copypython3 tracking_IP.py
chmod +x install.sh
./install.sh
python3 tracking_IP.py
This 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.sh
and run it to install all necessary dependencies.Copychmod +x install.sh
Copy./install.sh
-
After the installation completes, you can run the main script
tracking_IP.py
with the command:Copypython3 tracking_IP.py
Use the following commands in the terminal:
chmod +x install.sh
./install.sh
python3 tracking_IP.py
The "Copy" button next to each command will help you quickly copy them to your terminal.
Thank you for using this script!