Giter Club home page Giter Club logo

ch-detector's Introduction

CH-Detector

CH-Detector is a Python script that utilizes the phonenumbers library to determine the location and service provider of a given phone number. It uses the geocoder module to identify the country associated with the phone number and the carrier module to determine the service provider.

Prerequisites

Python 3.x phonenumbers library Installation Ensure you have Python 3.x installed on your system. You can download the latest version from the official Python website: https://www.python.org/downloads/

Install the phonenumbers library by executing the following command in your terminal or command prompt:

Copy code

pip install phonenumbers

Usage

Open the script CH-Detector.py in a text editor or Python IDE of your choice.

Modify the number variable in the script to the phone number you want to analyze. Ensure the phone number is in the international format.

Run the script using the following command:

Copy code python CH-Detector.py The script will output the country associated with the phone number and the service provider.

Example

Let's assume you want to analyze the phone number "+14155552671". After modifying the number variable in the script to this value, you would run the script, and the output would be:
Copy code
Country: United States
Service Provider: T-Mobile
This indicates that the phone number belongs to the United States, and the service provider is T-Mobile.

License

This project is under GNU stands for (General Public License)

Disclaimer

The accuracy of the results obtained by CH-Detector depends on the data provided by the phonenumbers library. While the library aims to provide accurate information, it may not always be precise or up to date. Use the results at your own discretion.

Please note that CH-Detector does not perform any validation or verification of phone numbers. It relies solely on the provided phone number and the data available in the phonenumbers library.

ch-detector's People

Contributors

raafey-khan avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.