Skip to content

hbourget/WigleAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python script to request the WiGLE API.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages