DAVID is a command-line tool written in Python that allows users to retrieve information about phone numbers. This tool can be useful in situations where you need to quickly gather information about a large number of phone numbers.
To install DAVID, follow these steps:
Clone this repository to your local machine.
Install the required Python packages by running the following command:
pip install -r requirements.txt
To use DAVID, simply run the following command:
python main.py
Replace [phone number] with the phone number you want to retrieve information for. The phone number should be entered in the following format: +1-XXX-XXX-XXXX.
DAVID will then retrieve information about the phone number and display it in the terminal. The information retrieved includes:
- Country code
- Area code
- Carrier
- Line type
If you would like to contribute to DAVID, please open a pull request on this repository. We welcome any contributions that improve the functionality or usability of this tool.
This tool is licensed under the MIT License. See the LICENSE file for more information.