GONZOsint/geowifi ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python tool that lets me look up a WiFi network by BSSID or SSID and see if it shows up in public geolocation databases.
I want to be able to run it from the command line, paste in a network name or MAC address, and get back any location matches it can find from services like Wigle, Google, Apple, WifiDB, Combain, and the other sources mentioned in the README. If there are results, show them clearly and also let me export them as JSON or open them on a simple map. If a service has no match or returns an error, include that too so I can tell what happened.
Please make it easy to configure API keys in a config file, and include a Docker option too so I can run it without setting up much locally. If you need to check any current API details or docs, look them up online first.
Are you gonna build this?
make sure you review the code using coderabbit