Skip to content

4rti7t/PHONESPY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“± PHONE NUMBER LOOKUP TOOL

A powerful Python-based tool for looking up details about phone numbers, complete with carrier and country information. Integrates the phonenumbers library and NumVerify API for comprehensive results.

πŸš€FEATURES:

🌍 Country and carrier detection using phonenumbers.

πŸ” API integration with NumVerify for extended phone number validation and details.

πŸ“‹ Formatted output for easy interpretation.

πŸ› οΈ INSTALLATION

  1. CLONE THE REPOSITORY:
git clone https://github.com/4rti7t/PHONESPY.git
cd PHONESPY
  1. INSTALL DEPENDENCIES
pip install -r requirements.txt
  1. 🐍 Setting Up a Virtual Environment(IF ANY ERROR FOUND)

Create a Virtual ENVIRONMENT:

Run the following command to create a virtual environment named venv

python3 -m venv venv

ACTIVATE THE VIRTUAL EVIRONMENT

Run the following command to Activate the Evirtual environment

source venv/bin/activate

πŸ“ USAGE:

Run the main script :

python3 phonespy.py

NOW: Enter the phone number when prompted (include the country code, e.g., +1234567890).

πŸ“‚ Project Structure

PHONESPY:

β”œβ”€β”€ ascii_art.py # ASCII art for terminal display

β”œβ”€β”€ phonespy.py # Main phone lookup logic

β”œβ”€β”€ requirements.txt # Python dependencies

β”œβ”€β”€ README.md # Project documentation

🧰 REQUIREMENTS

Python 3.x

Libraries:

phonenumbers

requests

πŸ”’ Security Note:

Ensure your NumVerify API key is kept secure. Consider using environment variables or a separate configuration file.

🀝 Contributions

Contributions are welcome! Please fork this repository and create a pull request with your enhancements.

πŸ“„ LICENSE:

This project is licensed under the MIT License. See the LICENSE file for details.

πŸ“§ CONTACT:

For questions or support, reach out to: AUTHOR : ARTIST

EMAIL : [email protected]

Feel free to raise an issue for any bugs or feature requests!

Developed with ❀️ by @ARTIST for INFLUXION.

About

PHONE NUMBER LOOKUP TOOL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages