git clone https://github.com/CoLoDot/location-finder.git
cd location-finder
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
touch .env
Copy & past .env.sample in your .env and add your config keys
cd location-finder
python main.py