You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

wigle

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wigle

Interface to wigle website

0.0.4
PyPI
Maintainers
1

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 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.

Keywords

wigle wifi api search

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts