Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 2.04 KB

File metadata and controls

74 lines (43 loc) · 2.04 KB

Phone Number Location Tracker using Python

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 mobile number.

In this step-by-step guide, we'll show you how to track a mobile number's location using Python. You'll need some Python coding skills and access to a few geolocation libraries. Let's get started!

To make this project only you need to follow this step:-

Installation

Install package with pip (Windows)

  pip install phonenumbers
  pip install folium
  pip install geocoder
  pip install opencage
  pip install load_dotenv

Install package with pip (Mac)

python3 -m pip install phonenumbers
python3 -m pip install folium
python3 -m pip install geocoder
python3 -m pip install opencage
python3 -m pip install load_dotenv

Now need to collect Geocoder API Key from https://opencagedata.com/

Step1: Need to log in or sign up

github1

Step2: Need to click Geocoding API

github2

Step3: From API Keys collect API key

github3

Set API key

Create a .env file. In this file enter the following replacing keyhere with your API key:

OPENCAGE_API_KEY=keyhere

Deployment

Simply run the file main.py!

Please note:

This cannot be used to accuratly locate someone phone number as per: link

You can follow me

Facebook:- https://www.facebook.com/problemsolvewithridoy/

Linkedin:- https://www.linkedin.com/in/ridoyhossain/

YouTube:- https://www.youtube.com/@problemsolvewithridoy

If you have any confusion, please feel free to contact me. Thank you