Skip to content
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

Update README.md #45

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
# IPGeoLocation
====

* A tool to retrieve IP Geolocation information
* Powered by [ip-api](http://ip-api.com/docs/)


Requirements
=====
### Requirements

* Python 3.x
* termcolor
* colorama


Download/Installation
====
* git clone https://github.com/maldevel/IPGeoLocation
* pip3 install -r requirements.txt --user
### Download/Installation

```js
$ git clone https://github.com/maldevel/IPGeoLocation
$ pip3 install -r requirements.txt --user
```
if pip3 is missing:
* apt-get install python3-setuptools
* easy_install3 pip
* pip3 install -r requirements.txt
```js
$ apt-get install python3-setuptools
$ easy_install3 pip
$ pip3 install -r requirements.txt
```

### Features

Features
====
* Retrieve IP or Domain Geolocation.
* Retrieve your own IP Geolocation.
* Retrieve Geolocation for IPs or Domains loaded from file. Each target in new line.
Expand All @@ -36,7 +38,7 @@ Features


Geolocation Information
====

* ASN
* City
* Country
Expand All @@ -52,7 +54,7 @@ Geolocation Information


Usage
====

```
$ ./ip2geolocation.py
usage: ipgeolocation.py [-h] [-m] [-t TARGET] [-T file] [-u User-Agent]
Expand Down