Skip to content

farukseker/IP-Query-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP Information Query Application

This application is built using FastAPI to query detailed information about specific IP addresses. The application can save queried IP information to a database and later retrieve access to this information.

Requirements

  • Python 3.x
  • FastAPI
  • BeautifulSoup
  • requests

You can install the required dependencies using the following command:

git clone https://github.com/F4ruk-seker/ip-query-service.git
pip install -r requirements.txt
uvicorn main:app --reload

API Endpoints /: Homepage, queries information for the client IP address. /{ip}: Queries information for a specific IP address. /id/{id}: Provides access to information saved with a specific query identifier (ID).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published