darkosancanin / apple_bssid_locator

Simple python tool which finds the location of a wifi access point from its BSSID (Basic Service Set Identifier) which is the MAC address of the wifi access point and optionally displays the location on Google Maps. This is implemented by calling the Apple Location Services API.
43 stars 7 forks source link

Shebang on second line #1

Open qoheniac opened 9 months ago

qoheniac commented 9 months ago

The shebang should be in line 1 and the encoding in line 2.