Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated "Usage" to use actual wifi.py (actual script name) instead of wigle.py.

Included specific data type (Wi-Fi) in the "For instance,"  line.
  • Loading branch information
D14b0l1c committed Jul 19, 2023
1 parent beb177f commit 42bf6c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ WiGLE Network Data Retriever is a Python script for querying and retrieving wire
3. Run the script. When prompted, enter the desired latitude and longitude ranges and your WiGLE API token.

```sh
python wigle.py
python wifi.py
```

For instance, if you want to collect data in the geographic region defined by the latitude range 47.2 to 47.3 and the longitude range -122.5 to -122.4, and your API token is `YOUR_API_TOKEN`, you would do:
For instance, if you want to collect Wi-Fi data in the geographic region defined by the latitude range 47.2 to 47.3 and the longitude range -122.5 to -122.4, and your API token is `YOUR_API_TOKEN`, you would do:

```sh
python wigle.py
python wifi.py
Enter lower latitude: 47.2
Enter upper latitude: 47.3
Enter lower longitude: -122.5
Expand Down

0 comments on commit 42bf6c1

Please sign in to comment.