KismetDB compatible CreepDetector remake.
- Python 3.13
- Haversine
- Pandas
- Folium
- kismetdb
Due to changes in the KismetDB file schema, the python-kismet-db package was updated on Github, but not yet on PyPi.
Until the PyPi version is more recent than 2021.6.1, the requirements.txt
downloads and installs the Github version.
-
Recommendation: Create a new virtual environment using
python -m venv .venv
inside the project's folder. Activate using your platform's script under.venv/Scripts/
(e.g. activate.bat for Windows, activate for Linux). -
Install required packages:
pip install -r requirements.txt
Based on the work of skickar and Alex Lynd, check out the original CreepDetector!