Skip to content

A Python program to obtain information from a caller ID, such as their country, carrier, and line type.

License

Notifications You must be signed in to change notification settings

CodeMaster7000/Caller-ID-Information

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Caller ID Information

About

A Python program to obtain information from a caller ID, such as their country, carrier, and line type.

Prerequisites

  • Python 3
  • numverify API (can be obatined here)
  • BeautifulSoup module (can be installed simply with pip install bs4)
  • requests module (can be installed simply with pip install requests)

Implementation

CLI:

  • Run python3 CallerIDInfo.py in your terminal if you have Mac/Linux.
  • Run python CallerIDInfo.py in your terminal if you have Windows.

DISCLAIMER: I, CodeMaster7000, am not responsible for any damage related to the misuse of this product.

About

A Python program to obtain information from a caller ID, such as their country, carrier, and line type.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages