I'm to work on a project that will use anyone's phone number to determine his/her current location without the person installing any app on his phone. The GPS/GSM cell towers or nearby wifi devices will be used to access the person's location. How do I go about this please? Any library or modules recommendation? Can I achieve this with python?
I understand how most tracking devices work Is that the user will install an app, the app gets the user Current location using either his gps, wifi or gsm location, the app sends the received location to a server, the server is accessed from a webview and monitor the location.
But to get the location using just phone number, how do I achieve that?