Python Projects | Find Phone Number Location Using Python In MAP🔥 If Your Learned Something New From This Tutorial, Then Please SUPPORT Me. Help Me To Reach 500K SUBSCRIBERS Goal😊 Want to see Method 3??? CHECK the Playlist 📚
hey guys phone number data can tell you only country location. opencage is a library which gives you the latitude and longitude of the given country name. if you want to learn the momentary location of a phone, you have to call that number and ask "where are you now?"
there are tons of videos showing this example, the main it's doing it's getting the country for the number, then the opencage turns that into coordinates for the center of the country and that's all, i don't think there is a way to locate a number without access to the provider data.
There is a problem: the coordinates are bound to the ‘location’, which in my case is France. Thus, it always return coordinates for ‘France’, not the phone number. It points roughly at the center of the country. The coordinates of the phone are never returned.
Hi, The tutorial is very good and well-described. However, I have a concern; the location is not exact. Especially, the lat-long from index [0] is not the actual location. In fact, the actual 'result' variable contains a list of lat-long. Could you please discuss this matter in the comment section? Thanks.
💛Jesus is true God believe me 💛💛brother and all of you please🙏 learn Bible believe me jesus is one and only way of heaven believe me please 🙏Sorry if I said wrong sir 💛
This code not showing mobile phone location, It's shows country location. Approximately center point of country where simcard registered. Like somewhere in MP for india
Sir can you help me please? I use the code and for every different phone number for every different API key it shows same location, why and how can i Correct it
Bro then the country code can even tell me the country where the person is so why this long coding? Then grabify can even do better by telling you the region or the location of the cell tower the of the person
All this does is give you the lat and lng of the phone when it was bought or turned on the first time, Right?? It will not tell you where the phone has been nor where it is at any given time, or even right now, Right???
Sir I am facing this error "Traceback (most recent call last): File "c:\Users\SUMIT\Desktop\SUMIt\Class-IX\Python\NumberLocation.py", line 20, in print(result) File "C:\Users\SUMIT\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\u09f3' in position 662: character maps to " after printing result. Please help me
bro there is some problem with this everytime its showing the same place although the numbers are not in the same place like one is in chittagrom and the other is from dhaka , but its only showing only one place dhaka
This doesn't show the exact location, but the country you in. The logic is actually very easy to follow. All this program does is printing your country name (looking at your phone number country code), parses that to the geocoder as a query string, gets the approximate lat-lon of the country, and puts a marker on the map
Hi, I have tried your code and to be honest does not work well. I used my italian number as well as my belgian number but the location is completely wrong. is there any well known issue with those API? thanks
Bro i got the lat and lng accurate the first time. But then i changed the number to look for someone else’s location and the lat lng were the same. Can you help?
Has nothing to do with security reasons. All the script does is basically turning the first integers (like +49 for germany) into a string (like "germany") and then taking the center of the country. Afterwards it uses folium to make a map. This is more a "Area Code Finder" than a phone tracker.
for your info, that program is just show the region/country location of your phone number and definitely doesn't show the accurate position of your phone number like google satellite share location etc.
Good job 👍. A little better English pronounciation would have been helpful 😊. If I did not follow your words on screen , it was a little challengeable to understand. Thank you
The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. please help
After reading the comments, I was curious about this project. Does this give the real time location of a number? Some say its just the country. However, running this with my personal number it gave my location. However, I will need to test more to see if it gives the actual location at the moment you run it. Or if this gives the location of the number based on the number. ie: where the cell phone is registered to. For example if you registered your number in Salt Lake City, UT is that the information it is giving you? Or the real time location. If not the real time location, I would be curious to know how to get the real time data with a method similar to this without using some SS7 hacks.
GOOD FOR LEARNING PURPOSE. But be informed that - this is a very generic code and shows the 1st service provider and not the latest one i(f you have ported your number, let say from Vodafone to Airtel, it won't display Airtel) and the geographical center of the COUNTRY that the phone number belongs to and not your live location. For example +44 will show central area of United Kindom somewhere near Sunderland. No one can retrieve such sensitive information as there are lots of complications which only the service provider can help with (that too following proper procedure)
Hello Bro The location that you have shown there is the same location that I have shown here. My number is not showing the location of the place where I have it. So what can I do bro?
but if I use the other phone number, it does change the location from google map, basically I am saying that, it does show differ location i use another diff Number on the same country
Thank you very much for the detailed lesson, but the location was incorrectly determined by my number, opencagedata is a raw service, can you suggest any other?
I think that this company get the location from the antennas that your phone is talking to (that is radius without angle)- it is not coming from the GPS device of the specific phone you query that's why results are not accurate
That's what I'm doing, but now I'm in the country of Georgia, and when I use the number of Georgia, it says the coordinates of one of the United States of America, Georgia, and not the coordinates of the country of Georgia. Can you help me to get the coordinates of my country?
Help please. im getting wrong loactions or pin at Map using my own phone number. Also if change the number same pin location as displayed in my latter phone number.
Sir l am getting same location for different phonenumbers and also not getting the exact place it is showing that far more than 5000 kilometres away location is showing plss fix the error sir .
Some evil minded people might use it for bad purpose. But this project will be beneficial for delivery boy. In some app if location of customer is not shown then we can use this project.
Python Projects | Find Phone Number Location Using Python In MAP🔥
If Your Learned Something New From This Tutorial, Then Please SUPPORT Me. Help Me To Reach 500K SUBSCRIBERS Goal😊
Want to see Method 3??? CHECK the Playlist 📚
Hello brother, I am a new subscriber your channel is awesome!
But I wonder where the method 3 is please help brother
It is working but location is not working plss try to fix the error as soon as possible
can you upload the code
@@farhanbijapuri93 Check In the description.
Sir you are too good teaching python projects so easy way and simple
Thanks! I’m your follower from USA
bharat mata ki jay
hey guys
phone number data can tell you only country location. opencage is a library which gives you the latitude and longitude of the given country name. if you want to learn the momentary location of a phone, you have to call that number and ask "where are you now?"
😂😂👌
😂😂👍
🤣🤣❤️👍🏻
😂😂😂
perfect 😂
there are tons of videos showing this example, the main it's doing it's getting the country for the number, then the opencage turns that into coordinates for the center of the country and that's all, i don't think there is a way to locate a number without access to the provider data.
so thats what really happens... it make sense
You got it! That is exactly what opencage says. I have also proved this.
Yet this jerk lied and said that you could track exactly the location
yes exactly it gives only the countries name not the exact location in the country
thank you i tracked myself and learnt something new in 10 mins cheers bro
There is a problem: the coordinates are bound to the ‘location’, which in my case is France. Thus, it always return coordinates for ‘France’, not the phone number. It points roughly at the center of the country.
The coordinates of the phone are never returned.
Thank you from an INDIANA 🇮🇳
Hi, The tutorial is very good and well-described. However, I have a concern; the location is not exact. Especially, the lat-long from index [0] is not the actual location. In fact, the actual 'result' variable contains a list of lat-long. Could you please discuss this matter in the comment section? Thanks.
*HACKERVIPER50* *I knew that you could do this. Keep up your excellent work in the future. You are a perfect example of a good dedicated person….*
a very nice data,
12:39 I can see that you live besides a mountain near where a river emanates 👍😁
ধন্যবাদ ভাই। আপনার প্রোগ্রাম টা খুব ভাল লাগল। আমি শিলিগুড়ি, india থেকে
💛Jesus is true God believe me 💛💛brother and all of you please🙏 learn Bible believe me jesus is one and only way of heaven believe me please 🙏Sorry if I said wrong sir 💛
কাজ হয়েছে?
only a random location chose by opencage can be obtained in the given country. But the thing did with folium was impressive.
ua-cam.com/video/xTODkRlek4I/v-deo.htmlsi=vA3v6-gcaem7prED
This code not showing mobile phone location,
It's shows country location.
Approximately center point of country where simcard registered.
Like somewhere in MP for india
query = str(location)
Var "location" have value "india"
In opencage and folium it's only using "location"
Sir can you help me please? I use the code and for every different phone number for every different API key it shows same location, why and how can i Correct it
Too bad, it's only use Geocoding API Keys to give us assume location (about ~100km wrong). Anyway, thanks.
how can we get exact location..
We can't get accurate location by using this code because of geographic map even googlemaps are struggling to give exact place
@@rhythmgupta1615 ask pro hackers lol
On landline phone it gives you the exact location.
1000km se bhi jyada dur dikha rha hai
this application is not to see the currently position of the mobile number, but this is nice to the beginning
Great video, but the location pinpoints to the centre of the country. Any solution to find the exact location, plzz? Thanks
Call the number and ask
Bro then the country code can even tell me the country where the person is so why this long coding?
Then grabify can even do better by telling you the region or the location of the cell tower the of the person
😂@@finnsteck
Do you post your videos to any alternative platforms?
All this does is give you the lat and lng of the phone when it was bought or turned on the first time, Right??
It will not tell you where the phone has been nor where it is at any given time, or even right now, Right???
Sir I am facing this error
"Traceback (most recent call last):
File "c:\Users\SUMIT\Desktop\SUMIt\Class-IX\Python\NumberLocation.py", line 20, in
print(result)
File "C:\Users\SUMIT\AppData\Local\Programs\Python\Python310\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u09f3' in position 662: character maps to
"
after printing result.
Please help me
me too
Gives back same location for different numbers which in reality are miles and miles apart
WOW_ my mind is blown... thank you
This area of development is promising and benefit telco operators of visual operation services, and other businesses of analytics visualization.
marker is showing in the middle of country..😂😂.. by the way. it was good👍🏻👍🏻👍🏻👍🏻
Thx u brother... you give me attractive Program in Phyton
It is showing same coordinate for every phone number.
if phone number is from same country then yes xD i guess
Yap
Same here bro
Same here
Pto isntall python
it works but very bad precision with location, folium was nice tho. thank you!
nice explained - greetings from vienna
bro there is some problem with this everytime its showing the same place although the numbers are not in the same place like one is in chittagrom and the other is from dhaka , but its only showing only one place dhaka
This doesn't show the exact location, but the country you in. The logic is actually very easy to follow. All this program does is printing your country name (looking at your phone number country code), parses that to the geocoder as a query string, gets the approximate lat-lon of the country, and puts a marker on the map
No module named 'opencage' how to fix it i can't install it
Thanks for your video🙂
Hi, I have tried your code and to be honest does not work well. I used my italian number as well as my belgian number but the location is completely wrong. is there any well known issue with those API? thanks
Help ...... while install opencage It showed failed something..... wheel for cryptography
Hi bro, I have tried same in my python code, but location lat and lng it's showing wrong.
it doesnt show the excact location, it only shows where the sim made
i install opencage and gecoder
still when i am writing opencagegeocode its not running pls help
I didn't get the key from the opencage data, because the opencagedata don't allow free trail.
Is there any site to get these details?
Bro i got the lat and lng accurate the first time. But then i changed the number to look for someone else’s location and the lat lng were the same. Can you help?
Its because its the coordinates of the center of the land, it cannot give the coordinates of the phone.
after running the code why theres no chrome or firefox poping?
well for my case it shows incorrect location
but have fun doing all this stuff
enjoyed it
want more content like this
Sir, u made a great job! I wrote all code by step and it's working, but location was wrong, about 200 km .. How can we fix it? Thank u a lot!
my location was also wrong
My location is also wrong
do you find any work method?
Ask ur government
@@gwihsanz431 🤣
What html file did you saved in the file,to import into project
It seems for security reasons they place the pin in the center of the country the regional code specified
Other cool script and very easy to follow
Has nothing to do with security reasons. All the script does is basically turning the first integers (like +49 for germany) into a string (like "germany") and then taking the center of the country. Afterwards it uses folium to make a map. This is more a "Area Code Finder" than a phone tracker.
Great video. You wonderful 👍
it gives an incorrect location,,how can i get current location?
me too
Which version is this plz reply sir 🙏
Every time it shows same location for different sim number.any solution?
Waiting for your support and solutions
And thanks for this video 👍
for your info, that program is just show the region/country location of your phone number and definitely doesn't show the accurate position of your phone number like google satellite share location etc.
@@zhillanadrian580 I agree with you that would be a dangerous program
they grant you only one free time. if you pay.. you can use it....
9:38 help The width and length number does not change for me why?
It gives me the same location in all numbers
😒
it does not work anymore.
Thanks for tutorial. It does not give you correct location (data) which is sad,
but a good idea what python is capble of.
should we have to on the location of the phone bro?
with out that only or not?
Sir ....can we make this project into a app for use?
Plz answer 🙏🙏🙏
Which complier we use to run python
everything worked well but my map is blank white it is not showing routes what to do please tell
Good job 👍. A little better English pronounciation would have been helpful 😊. If I did not follow your words on screen , it was a little challengeable to understand.
Thank you
Nice Bro.❤
why i cannot import opencage, here show ModuleNotFoundError: No module named 'opencage', but i have done install opencage with pip
Gos needs to be on of the mobile ?
it showing country location only
Love You Brother
The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again. please help
Nice work. However, it doesn't show my exact location but the country is correct. In this video, is it the exact location for you?
hello
it is showing error in the second line that is
from myphone import number
It goes well until the last step, but when I open the html file in the browser, it gives a 404 error, what is the reason?
but how can i get others api? i mean in my family basically? because dashboard only gives the api of user that has login
My terminal does not give me access to what I installed using pip
what IDE do you use?
Hi, it shows the same location , if i try to use different phone numbers also it shows the same location
May be you are putting same coordinates that are shown in video
After reading the comments, I was curious about this project. Does this give the real time location of a number? Some say its just the country. However, running this with my personal number it gave my location. However, I will need to test more to see if it gives the actual location at the moment you run it. Or if this gives the location of the number based on the number. ie: where the cell phone is registered to. For example if you registered your number in Salt Lake City, UT is that the information it is giving you? Or the real time location. If not the real time location, I would be curious to know how to get the real time data with a method similar to this without using some SS7 hacks.
Module not found error:no module named 'phonenumbers' ????? How to solve this
GOOD FOR LEARNING PURPOSE. But be informed that - this is a very generic code and shows the 1st service provider and not the latest one i(f you have ported your number, let say from Vodafone to Airtel, it won't display Airtel) and the geographical center of the COUNTRY that the phone number belongs to and not your live location. For example +44 will show central area of United Kindom somewhere near Sunderland. No one can retrieve such sensitive information as there are lots of complications which only the service provider can help with (that too following proper procedure)
Grazie.
Hello Bro
The location that you have shown there is the same location that I have shown here. My number is not showing the location of the place where I have it. So what can I do bro?
but if I use the other phone number, it does change the location from google map, basically I am saying that, it does show differ location i use another diff Number on the same country
Thank you very much for the detailed lesson, but the location was incorrectly determined by my number, opencagedata is a raw service, can you suggest any other?
I would like to know another service too. Some much more efficient that gives the exact location. :'(
I think that this company get the location from the antennas that your phone is talking to (that is radius without angle)- it is not coming from the GPS device of the specific phone you query that's why results are not accurate
can you tell any other geocoding API
opencage api not working
bro it works but the problem is doesnt give me the location of that number its give me a random location?
yes, i too. how to fix?
It is not fetching the correct lat lng of mobile no.
How did u found out what are the right lat and lat of your mobile no?
@@Tech2etc I just put my mobile no. For check but its fetching lat long coordinate are different locations even I check coordinate with Google map.
Mine also getting incorrect location of somewhere in libya.
Had this problem too. Its off by about 400-500 km same results for every number.
Sir my opencage API key is not working .
Can you help me to creat an API key ?
I am beginner in coding .
From this piece of code, we can't just track the live exact location 😂
I cant use API key rom opencage how to import it in pycharm guys? Can u help me please?
😮😮😮😮😮😮❤️ very well explained, now I know where to find all my acquaintances and my phone xD😮😮😮
That's what I'm doing, but now I'm in the country of Georgia, and when I use the number of Georgia, it says the coordinates of one of the United States of America, Georgia, and not the coordinates of the country of Georgia. Can you help me to get the coordinates of my country?
Help please. im getting wrong loactions or pin at Map using my own phone number. Also if change the number same pin location as displayed in my latter phone number.
In last i write all code but the browsers option is not show in my html folder so what i do 😭
I couldn't do it, I followed your coding I am getting error in the first few stages
Hello this code not work correctly and when I change the number the location is not change and all locations are same
Sir l am getting same location for different phonenumbers and also not getting the exact place it is showing that far more than 5000 kilometres away location is showing plss fix the error sir .
Me too
I do love this project
Some evil minded people might use it for bad purpose. But this project will be beneficial for delivery boy. In some app if location of customer is not shown then we can use this project.
would be able to locate by a cell phone serial number due to theft crimes where the individual removes the chip number from the device ?
Why do I get( No module named 'Myphone')
Your tutorial ar great 😃
Thank you! Cheers!
@@Tech2etc idiot
Thanks alot for the well detailed lecture. But the opencage didn't give me the real time location of the phone number
which compiller you used?
pycharm
Same Location is Showing for different numbers...
Not Working . solve the problem
why the location is not accurate please respond
html code can't open in browser . any browser can't show on screen please help
Great tutorial, but this location is middle of country of phone number origin, not exact location
Latitude = "lat"
Longitude = "lon"
There Is No Such Word As Langatude & LNG Means Nothing.
Why is their Scumware in beaded in the link to your site?
bro,i got didnt get any web options after running my html file and it had shown that "check if there is a typo mistake in my location"
thank you this is very help full thank you so much
Most welcome
Awesome Brother
Thanks ✌️