Phone-number-location-tracker-using-python
Phone-number-location-tracker-using-python copied to clipboard
Are you curious about the location of a mobile number? Maybe you want to track a lost phone or keep tabs on your child's whereabouts. Whatever your reason, you can use Python to find the location of a...
This project is complete nonsense. [OpenCage can not "geocode" a phone number](https://blog.opencagedata.com/post/we-can-not-convert-a-phone-number-into-a-location-sorry).
No
how can i access that feature ?
- Updated code to open the webpage after code has run. - Put key into `.env file` - Validate phone number entered is a valid phone number. - Added more...
import phonenumbers from phonenumbers import geocoder from phonenumbers import carrier import opencage from opencage.geocoder import OpenCageGeocode import folium key = "your key" #Geocoder API Key need to paste here "your...
Please just take this repro down. I cannot find any other options on the web only links relaed to this not working repository thats wasting peoples time.
The code isn't giving the location of my number, whereas it's giving some other location every time. It's showing the same address for every number I enter. It's giving the...