Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.01 KB

File metadata and controls

45 lines (30 loc) · 1.01 KB

Wigle Location Finder

License Python Version

Prerequisites

  • Python 3.7 or higher
  • A WiGLE API key (register on wigle.net)

Installation

  1. Clone the repository

    https://github.com/hbourget/WigleAPI.git
    cd WigleAPI
  2. Create a Virtual Environment

    python3 -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies

    pip install -r requirements.txt
  4. 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.

License

This project is licensed under the MIT License.