{"id":27948282,"url":"https://github.com/twiez/netseek","last_synced_at":"2025-06-13T12:38:07.229Z","repository":{"id":272933841,"uuid":"918213157","full_name":"twiez/netseek","owner":"twiez","description":"Netseek is a Python-based project designed to track IP addresses and provide detailed information about them.","archived":false,"fork":false,"pushed_at":"2025-01-17T13:54:57.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T14:57:22.238Z","etag":null,"topics":["ipadress","ipapi","ipfinder","ipinfo","netseek"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/twiez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-17T13:27:29.000Z","updated_at":"2025-01-17T13:56:39.000Z","dependencies_parsed_at":"2025-01-17T14:55:59.144Z","dependency_job_id":"bfdc45ff-dc3d-4406-a234-ebb4db4a4c9c","html_url":"https://github.com/twiez/netseek","commit_stats":null,"previous_names":["twiez/netseek"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/twiez/netseek","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twiez%2Fnetseek","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twiez%2Fnetseek/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twiez%2Fnetseek/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twiez%2Fnetseek/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twiez","download_url":"https://codeload.github.com/twiez/netseek/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twiez%2Fnetseek/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259645872,"owners_count":22889697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ipadress","ipapi","ipfinder","ipinfo","netseek"],"created_at":"2025-05-07T14:57:21.163Z","updated_at":"2025-06-13T12:38:07.202Z","avatar_url":"https://github.com/twiez.png","language":"Python","funding_links":["https://www.buymeacoffee.com/twiez"],"categories":[],"sub_categories":[],"readme":"\u003c!-- PROJECT LOGO --\u003e\n\u003cbr /\u003e\n\u003cp align=\"center\"\u003e\n  \u003ckbd\u003e\n  \u003ca href=\"https://github.com/twiez/netseek\"\u003e\n    \u003cimg src=\"https://i.pinimg.com/736x/dd/1c/40/dd1c40a6ebf59ba86cf88b60b29e9282.jpg\" alt=\"Logo\" width=\"250\" height=\"250\"\u003e\n    \u003c/kbd\u003e\n  \u003c/a\u003e\n\n  \u003ch3 align=\"center\"\u003eNetseek\u003c/h3\u003e\n\n  \u003cp align=\"center\"\u003e\n     IP Tracking and Information Tool\n    \u003cbr /\u003e\n\n\u003c!-- ABOUT THE PROJECT --\u003e\n\n## About The Project\n\nNetseek 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.\n\n## Features\n```batch\n┌──(twiez@root)-[~/]\n└─$ cat Features\n\n@CoreFunctionalities\n▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬\n| Track IP Address\n| Retrieve Geographical Information (City, Country, etc.)\n| Display Time Zone and ISP Details\n▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬\n\n@SystemRequirements\n▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬\n| Python 3.6+\n| Internet Connection\n▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬\n```\n\n## Installation\n\n### Step 1: Clone the Repository\n\n```bash\ngit clone https://github.com/twiez/netseek.git\ncd netseek\n```\n\n### Step 2: Install Dependencies\n\nThe project requires the `requests` module. Install it using:\n\n```bash\npip install requests\n```\n\n### Step 3: Run the Program\n\n```bash\npython netseek.py\n```\n\n## Usage\n\n1. **Start the Program:**\n   - Run `python netseek.py` to start.\n\n2. **Track IP:**\n   - Select `[ 1 ] Track IP` from the menu and input an IP address.\n\n3. **Exit Program:**\n   - Choose `[ 2 ] Exit` from the menu to close the tool.\n\n## İmage\n\n![img](https://github.com/user-attachments/assets/c505b849-c11d-464d-8ba8-94e42eecd3ca)\n\n![img](https://github.com/user-attachments/assets/f8e5ac91-ef1b-4570-a72d-df9adeb1d86c)\n\n## 🛑 Note\nI am not responsible for any misuse of this tool. It is shared strictly for educational purposes.\n\n## 📫 Contact\n\n- **Discord:** [twiezbtw](https://discord.com/users/886190759479480330)\n- **Buy Me a Coffee:** [Support Me](https://www.buymeacoffee.com/twiez)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwiez%2Fnetseek","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwiez%2Fnetseek","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwiez%2Fnetseek/lists"}