WiGLE CSV compatible CreepDetector remake.
- WiGLE is meant to save Wi-Fi networks (access points), not (un)associated devices. Therefore, this script is far from a complete solution.
- Python 3.13
- Haversine
- Pandas
- Folium
-
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!