megadose /
ignorant
ignorant allows you to check if a phone number is used on different sites like snapchat, instagram.
Loading repository data…
BhargavKadali39 / repository
Python is a very powerful language and also very rich in libraries. Phone numbers are one of the modules that provide numerous features like providing basic information about a phone number, validation of a phone number, etc. Here, we will learn how to use the phone numbers module just by writing simple Python programs. Some of the use cases are, Get Timezone: Here is the simple Python program to get the timezone of a phone number using the phone numbers module. First, we do parse the string input to phone number format, and then we use an inbuilt function to get the timezone of a user. It gives the output for valid numbers only, so do check if there is no relevant output. ex: timezone.time_zones_for_number(mobileNumber) Carrier and Region of a Phone Number: Here we will learn how to find the carrier and region of a phone number using the geocoder and carrier functions of this module. Here we can choose multiple languages to display the result. ex for the carrier: carrier.name_for_number(mobileNumber, "en") ex for region: geocoder.description_for_number(mobileNumber, "hi") Validation of a phone number: A simple python program, to check whether a given phone number is valid or not (e.g. it’s in an assigned exchange), and to check whether a given phone number is possible or not (e.g. it has the right number of digits). ex: phone numbers.is_valid_number (mobileNumber)
First use the below command to install required module.
pip install phonenumbers
Some of the use cases are, Get Timezone: Here is the simple Python program to get the timezone of a phone number using phonenumbers module. First, we do parse the string input to phonenumber format, and then we use an inbuilt function to get the timezone of a user. It gives the output for valid numbers only,so do check if there is no relevant output.
ex: timezone.time_zones_for_number(mobileNumber)
Carrier and Region of a Phone Number: Here we will learn how to find the carrier and region of a phone number using the geocoder and carrier functions of this module.Here we can choose multiple languages to display the result.
ex for carrier : carrier.name_for_number(mobileNumber, "en") ex for region: geocoder.description_for_number(mobileNumber, "hi")
Validation of a phone number: A simple python program, to check whether a given phone number is valid or not (e.g. it’s in an assigned exchange), and to check whether a given phone number is possible or not (e.g. it has the right number of digits).
ex: phonenumbers.is_valid_number (mobileNumber)
Test output:
Enter the mobile number with the country ID
Ex +129876543210
+91xxxxxxxxxx
('Asia/Calcutta',)
Reliance Jio
भारत
Valid cellular phone number: True
Checking possibility of Number : True
Selected from shared topics, language and repository description—not editorial ratings.
megadose /
ignorant allows you to check if a phone number is used on different sites like snapchat, instagram.
IccTeam /
The OwlSint tool is a tool for searching phone number information and for tracking phone numbers,perhaps only a few countries whose location can be tracked using this tool. This tool was created by Mr,OwlBird05/Abid .Z to help you get phone number information.
reewardius /
This is phone number information gathering tool for hacking made by Python. This tool is free to use with a general-purpose license. This tool is made By Himalhack. This tool lets you get information about your victim. Then you can use its data for Social Engineering.
rodyherrera /
Look up an international phone number’s estimated location (lat/long + place), carrier info, and export the results to a file. Includes a ready-to-use OpenCage API key and is easy to extend.
Kauravsrestha-Duryodhan /
DIGI-NETRA 🕵️♂️ is a Python OSINT toolkit for digital investigations. Trace phone numbers 📞, usernames 👤, IPs 🌐, and emails ✉️ with a simple CLI. Instantly fetch info, validate sources, and reveal social media footprints. Fast setup, modular, open-source, and ready for your cyber sleuthing! 🚀
ruyynn /
GhostIntel is a Python-based OSINT framework for digital investigation using public data such as username, email, domain, IP address, and phone number.