- Python 3.7 or higher
- A WiGLE API key (register on wigle.net)
-
Clone the repository
https://github.com/hbourget/WigleAPI.git cd WigleAPI -
Create a Virtual Environment
python3 -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies
pip install -r requirements.txt
-
Run the script
python main.py --country CH --ssid "ExampleSSID" --bssid "00:14:22:01:23:45"
- Replace
<COUNTRY_CODE>with the desired country code (e.g., FR, CH, BE). - Replace
<SSID_NAME>with the Wi-Fi network name you want to query. - Replace
<BSSID_ADDRESS>with the Wi-Fi access point MAC address.
- Replace
This project is licensed under the MIT License.