Skip to content

Commit 141c227

Browse files
authored
Merge pull request #1 from DefensiveOrigins/main
update readme
2 parents 367c9a1 + 34ca598 commit 141c227

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ This script handles pagination, API token-based authentication, and cleanly outp
77
Your API token name and token can be found here:
88
https://wigle.net/account
99

10+
# Install /w PIP
11+
```
12+
pip install wigle-ssid-search
13+
```
1014

1115
---
1216

@@ -31,6 +35,8 @@ https://wigle.net/account
3135
# Useage
3236
```
3337
python WigleSearch.py --ssid "YourSSID" --token-name "YourTokenName" --token "YourToken" [--format json|kml] [--output filename] [--max N]
38+
39+
wigle-ssid-search --ssid "YourSSID" --token-name "YourTokenName" --token "YourToken" [--format json|kml] [--output filename] [--max N]
3440
```
3541

3642
## Required arguments:
@@ -55,12 +61,16 @@ Search for SSID MyNetwork using your API token. Export to KML that can be impor
5561

5662
```
5763
python WigleSearch.py --ssid "MyNetwork" --token-name "TOKENNAME" --token "YUORTOKEN" --format kml
64+
65+
wigle-ssid-search --ssid "MyNetwork" --token-name "TOKENNAME" --token "YUORTOKEN" --format kml
5866
```
5967

6068
Search for SSID MyNetwork using your API token. Export to JSON format.
6169

6270
```
6371
python WigleSearch.py --ssid "MyNetwork" --token-name "TOKENNAME" --token "YUORTOKEN" --format json --output wifi_results.json
72+
73+
wigle-ssid-search --ssid "MyNetwork" --token-name "TOKENNAME" --token "YUORTOKEN" --format json --output wifi_results.json
6474
```
6575

6676
# Output Notes

0 commit comments

Comments
 (0)