From 01e6750cbaa0b7210ad8e802e98e10365eeab0bc Mon Sep 17 00:00:00 2001 From: Raphael Cerveaux Date: Thu, 25 Oct 2018 15:11:43 +0200 Subject: [PATCH] README --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/README.md b/README.md index 66de844..4ebb9d8 100644 --- a/README.md +++ b/README.md @@ -1 +1,45 @@ # PhoneInfoga + +Information gathering tool for phone numbers. + +**This tool requires python 2.x** + +## Features + +- Check if phone number exists +- Gather standard informations such as country, line type and carrier + +##### Up coming +- Check several numbers at once +- Set an output for result(s) +- Check if number is from a VoIP provider +- Get informations for special numbers (emergency) +- Phone book search + +## Installation + +```bash +git clone https://github.com/sundowndev/PhoneInfoga +cd ./PhoneInfoga +pip install -r requirements.txt +python phoneinfoga.py -h +``` + +## Usage + +``` +Usage: PhoneInfoga options + + -n|--number: Phone number to search + -h|--help: Help command +``` + +Example : + +``` +python phoneinfoga.py -n 447700900409 +``` + +## License + +This tool is MIT licensed.