https://github.com/twiez/netseek
Netseek is a Python-based project designed to track IP addresses and provide detailed information about them.
https://github.com/twiez/netseek
ipadress ipapi ipfinder ipinfo netseek
Last synced: 9 months ago
JSON representation
Netseek is a Python-based project designed to track IP addresses and provide detailed information about them.
- Host: GitHub
- URL: https://github.com/twiez/netseek
- Owner: twiez
- Created: 2025-01-17T13:27:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T13:54:57.000Z (about 1 year ago)
- Last Synced: 2025-05-07T14:57:22.238Z (10 months ago)
- Topics: ipadress, ipapi, ipfinder, ipinfo, netseek
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Netseek
IP Tracking and Information Tool
## About The Project
Netseek is a Python-based project designed to track IP addresses and provide detailed information about them. The tool leverages the [ipapi.co](https://ipapi.co/) API for fetching IP details. Below is the summary of its features and installation guide.
## Features
```batch
┌──(twiez@root)-[~/]
└─$ cat Features
@CoreFunctionalities
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
| Track IP Address
| Retrieve Geographical Information (City, Country, etc.)
| Display Time Zone and ISP Details
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
@SystemRequirements
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
| Python 3.6+
| Internet Connection
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
```
## Installation
### Step 1: Clone the Repository
```bash
git clone https://github.com/twiez/netseek.git
cd netseek
```
### Step 2: Install Dependencies
The project requires the `requests` module. Install it using:
```bash
pip install requests
```
### Step 3: Run the Program
```bash
python netseek.py
```
## Usage
1. **Start the Program:**
- Run `python netseek.py` to start.
2. **Track IP:**
- Select `[ 1 ] Track IP` from the menu and input an IP address.
3. **Exit Program:**
- Choose `[ 2 ] Exit` from the menu to close the tool.
## İmage


## 🛑 Note
I am not responsible for any misuse of this tool. It is shared strictly for educational purposes.
## 📫 Contact
- **Discord:** [twiezbtw](https://discord.com/users/886190759479480330)
- **Buy Me a Coffee:** [Support Me](https://www.buymeacoffee.com/twiez)