mywigle is a wrapper for the WiGLE WiFi mapping API contains ai content
Installation
To install mywigle for Python 2.x or 3.x just call pip install mywigle
You'll also need to set up an account with WiGLE and retrieve your AP
details to go into the config.py file
Usage
Using the API wrapper is very much like using the API itself. mywigle ha four modules, corresponding to the four sections of the WiGLE API v2. Seach section is a module in mywigle and each API endpoint is a function in that module.
To use the API, first import the section, then call the endpoin function. So to perform an authenticated GET request against an endpoint:
from mywigle import network
print(network.geocode(addresscode="London"))
This returns a dict, or raises an HTTPError if something went wrong.
API documentation
The mywigle API wrapper is fully documented with docstrings which wer
correct as of 11/2/2017, but in case of any disagreement between thes
and the interactive WiGLE API docs <https://api.wigle.net/swagger>__
the WiGLE docs take precedence. Please submit any discrepancies a
issues here <https://github.com/jamiebull1/mywigle/issues>__
The sections and endpoints available are
-
file <https://api.wigle.net/swagger#/Network_observation_file_upload_and_status.>_kml <https://api.wigle.net/swagger#!/Network_observation_file_upload_and_status./getKmlForTransId>_transactions <https://api.wigle.net/swagger#!/Network_observation_file_upload_and_status./getTransLogsForUser>_upload <https://api.wigle.net/swagger#!/Network_observation_file_upload_and_status./upload>_
-
network <https://api.wigle.net/swagger#/Network_search_and_information_tools>_comment <https://api.wigle.net/swagger#!/Network_search_and_information_tools/comment>_detail <https://api.wigle.net/swagger#!/Network_search_and_information_tools/detail>_geocode <https://api.wigle.net/swagger#!/Network_search_and_information_tools/geocode>_search <https://api.wigle.net/swagger#!/Network_search_and_information_tools/search>_
-
stats <https://api.wigle.net/swagger#/Statistics_and_information>_countries <https://api.wigle.net/swagger#!/Statistics_and_information/countries>_general <https://api.wigle.net/swagger#!/Statistics_and_information/generalStats>_group <https://api.wigle.net/swagger#!/Statistics_and_information/groupStats>_regions <https://api.wigle.net/swagger#!/Statistics_and_information/countryRegion>_site <https://api.wigle.net/swagger#!/Statistics_and_information/siteStats>_standings <https://api.wigle.net/swagger#!/Statistics_and_information/stats>_user <https://api.wigle.net/swagger#!/Statistics_and_information/userStatistics>_
-
profile <https://api.wigle.net/swagger#/User_profile_operations>_apiToken <https://api.wigle.net/swagger#!/User_profile_operations/apiToken>_user <https://api.wigle.net/swagger#!/User_profile_operations/user>_
Thanks to ...
- @jamiebull1 (pygle at PyPi)
Release files for mywigle 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mywigle-0.3.0.tar.gz | 8.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mywigle-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.0 kB
Release files / mywigle-0.3.0.tar.gz
| Download URL | mywigle-0.3.0.tar.gz |
|---|---|
| Size | 8.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6a47b427874d077af03e8b9b3284c3f7bb5dc60e737730369df9e7edeb9653d5
|
|
BLAKE2b-256 checksum How to use checksums |
e9c292fa32e3b261b35ba5d132d1fe108d0d7801d935a557794f9d9aa4ee03ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.3 CPython/3.13.3 Linux/6.14.8-300.fc42.x86_64
|
Release files / mywigle-0.3.0-py3-none-any.whl
| Download URL | mywigle-0.3.0-py3-none-any.whl |
|---|---|
| Size | 12.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2e04f2a013af0ec10e6a87814fa5a733fc549d5c5730c5ec77d78dfbd6482406
|
|
BLAKE2b-256 checksum How to use checksums |
03bcc2f987e8f5344ba7e041eeb7210475d57cb5b25c9bb9153ebc01b8b23419
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.3 CPython/3.13.3 Linux/6.14.8-300.fc42.x86_64
|