Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Anonym0usWork1221/Phone-Number-Details

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phone-Number-Details

GitHub stars GitHub forks GitHub issues

This is the demonstration os using phonenumbers and opencage library. In this simple script I have covered almost everything related to phone numbers library.

MIT License

Copyright (c) 2022 Abdul Moez

Requirements

pip install phonenumbers
pip install opencage

OR

pip install -r requirements.txt

And the Api key for open cage from CageApi.

Usage

Place the api key and the target phone number in phone_data.py file and execute phone_num.py file. To get details of target phone number.

python3 phone_num.py

OutPut Sample

Contributor