https://github.com/hbourget/wigleapi
Python script to request the WiGLE API.
https://github.com/hbourget/wigleapi
api geolocation osint wigle wigle-database
Last synced: 6 months ago
JSON representation
Python script to request the WiGLE API.
- Host: GitHub
- URL: https://github.com/hbourget/wigleapi
- Owner: hbourget
- License: mit
- Created: 2025-01-10T14:18:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T08:14:32.000Z (over 1 year ago)
- Last Synced: 2025-02-24T21:17:15.261Z (over 1 year ago)
- Topics: api, geolocation, osint, wigle, wigle-database
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wigle Location Finder


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