Skip to content

xzySukran/Tracking-IP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

---

Bahasa indonesia

Tracking IP Installation and Usage Guide

Deskripsi

Script ini berfungsi untuk melacak alamat IP menggunakan pustaka Python requests. Anda dapat menjalankan script ini untuk melakukan pelacakan IP dengan mudah.

Prasyarat

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.

Cara Instalasi

  1. Unduh repositori ini dan pindah ke direktori unduhan.

  2. Berikan izin eksekusi pada file install.sh dan jalankan untuk menginstal semua dependensi yang diperlukan.

    chmod +x install.sh
    Copy
    ./install.sh
    Copy
  3. Setelah instalasi selesai, Anda dapat menjalankan script utama tracking_IP.py dengan perintah:

    python3 tracking_IP.py
    Copy

Perintah Cepat

chmod +x install.sh
Copy
./install.sh
Copy
python3 tracking_IP.py
Copy

English

Tracking IP Installation and Usage Guide

Description

This script is used to track IP addresses using the requests library in Python. You can easily run this script to perform IP tracking.

Prerequisites

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.

Installation Steps

  1. Download this repository and navigate to the downloaded directory.

  2. Grant execute permission to install.sh and run it to install all necessary dependencies.

    chmod +x install.sh
    Copy
    ./install.sh
    Copy
  3. After the installation completes, you can run the main script tracking_IP.py with the command:

    python3 tracking_IP.py
    Copy

Quick Commands

Use the following commands in the terminal:

chmod +x install.sh
Copy
./install.sh
Copy
python3 tracking_IP.py
Copy

Installation

The "Copy" button next to each command will help you quickly copy them to your terminal.

Thank you for using this script!

Releases

No releases published

Packages

No packages published