Skip to main content

Interface to wigle website

Project description

# Wigle

Python interface to wigle APIs. This project is unofficial and may stop working due to API changes at any point without warning.

Currently supported operations: authentication, search and user information

# Search

Search supports all the options available via web interface. For example to search for APs advertising network “foobar”, use:

wigle = Wigle(‘username’, ‘password’) wigle.search(ssid=”foobar”)

Paging happens behind the scenes and will pull all results in multiple requests when necessary (when max_results is set to value higher than 100).

See docstrings for more details.

# Command line tools

Search and user info are exposed as CLI tools wigle_user_info and wigle_search.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wigle-0.0.4.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

wigle-0.0.4-py3-none-any.whl (5.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page