Skip to content

IP Geolocator README updated #427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions IP Geolocator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# IP Geolocator Script
## Description
The `main.py` contains script to locate the Geographic information for the associated IP address.
## Features
- Geolocation tracking : The script can search to find Geographic information for the provided IPv4 address.
- Supported Formats: `IPv4` address format'
## Usage
1. Ensure you have Python installed on your machine.
2. Download the `main.py` script.
3. Open a terminal or command prompt and navigate to the directory where the script is located.
4. Run the script using the following command:
python main.py
5. When prompted, enter the IPv4 address
7. The script will print out the Geolocation data which includes:
Successfully Located : <IP address>
Country
Region
City
ZIP
Latitude
Longitude
Timezone
ISP:
## Requirements
- Python 3.x
- `Requests` library: `pip install request`
- Valid IP address
## License
This script is open-source and free to use. Feel free to modify and distribute as needed.
## Contributing
If you'd like to contribute to this project, please open an issue or submit a pull request with your proposed changes or enhancements.
## Future Extension:
IPv6 support