Skip to content

Anon4You/NumInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” NumInfo - Advanced Phone Number Intelligence Tool

πŸ“‘ A powerful Python tool for gathering comprehensive information about phone numbers using multiple APIs and data sources.

🌟 Features

  • βœ… Phone Number Validation: Verify if a number is valid and properly formatted
  • πŸ“± Carrier Lookup: Identify the service provider for any phone number
  • 🌍 Geolocation: Determine the country and region associated with a number
  • ⏰ Timezone Detection: Find the timezone(s) for a phone number
  • πŸ”Œ API Integration: Supports NumVerify and AbstractAPI (optional)
  • πŸ“Š Multiple Output Formats: Colorful console output and JSON export
  • πŸ”’ Privacy Focused: Only uses publicly available information

πŸ› οΈ Installation

  1. Clone the repository:
git clone https://github.com/Anon4You/NumInfo.git
cd NumInfo
  1. Install dependencies:
pip install -r requirements.txt
  1. (Optional) Set up environment variables for API features:
cp .env.example .env
# Edit .env with your API keys

πŸš€ Usage

Basic usage:

python numinfo.py +1234567890

Save results to JSON file:

python numinfo.py +1234567890 -o results.json

βš™οΈ Command Line Options

positional arguments:
  phone_number          Phone number to investigate (include country code)

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        Output file name (JSON format)

πŸ”‘ API Integration

For enhanced features, obtain API keys from:

Add your keys to the .env file:

NUMVERIFY_API_KEY=your_key_here
ABSTRACT_API_KEY=your_key_here

🀝 Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

πŸ“œ License

Distributed under the MIT License. See LICENSE for more information.

πŸ“¬ Contact

πŸ‘¨πŸ’» Alienkrishn - GitHub
πŸ”— Project Link: https://github.com/Anon4You/NumInfo

About

Phone number information gathering tool for termux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages