Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.03 KB

CreepDetector-KismetDB

KismetDB compatible CreepDetector remake.

Installation

Python Version

  • Python 3.13

Python Packages

  • Haversine
  • Pandas
  • Folium
  • kismetdb

kismetdb special note

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.

Using pip

  1. 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).

  2. Install required packages: pip install -r requirements.txt

Credits

Based on the work of skickar and Alex Lynd, check out the original CreepDetector!