Skip to content

magomarto/Georunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Georunner

Description

Georunner is an simple IP geolocation tool designed to provide accurate location data based on IP addresses.

API provided by http://ip-api.com/

Install

sudo git clone https://github.com/magomarto/Georunner.git

Configure the environment

cd Georunner
python3 -m venv my_env
source my_env/bin/activate

Install requirements

pip install -r requirements.txt

Run the program

python3 main.py