Georunner is an simple IP geolocation tool designed to provide accurate location data based on IP addresses.
API provided by http://ip-api.com/
sudo git clone https://github.com/magomarto/Georunner.git
cd Georunner
python3 -m venv my_env
source my_env/bin/activate
pip install -r requirements.txt
python3 main.py