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

Latest commit

 

History

History
43 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.52 KB

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