Metadata-Version: 2.4
Name: naminter
Version: 1.0.7
Summary: A Python package and command-line interface (CLI) tool for asynchronous OSINT username enumeration using the WhatsMyName dataset
Project-URL: Homepage, https://github.com/3xp0rt/naminter
Project-URL: Repository, https://github.com/3xp0rt/naminter
Project-URL: Issues, https://github.com/3xp0rt/naminter/issues
Project-URL: Documentation, https://3xp0rt.github.io/Naminter/
Author-email: 3xp0rt <contact@3xp0rt.com>
License: MIT
License-File: LICENSE
Keywords: availability,checker,cybersecurity,investigation,naminter,osint,reconnaissance,username,whatsmyname
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: aiofiles>=25.1.0
Requires-Dist: click>=8.3.1
Requires-Dist: curl-cffi>=0.14.0
Requires-Dist: jinja2>=3.1.6
Requires-Dist: jsonschema>=4.26.0
Requires-Dist: orjson>=3.11.7
Requires-Dist: pathvalidate>=3.3.1
Requires-Dist: rich-click>=1.9.7
Requires-Dist: rich>=14.3.2
Requires-Dist: uvloop>=0.22.1
Requires-Dist: weasyprint>=68.1
Provides-Extra: cli
Requires-Dist: aiofiles>=25.1.0; extra == 'cli'
Requires-Dist: click>=8.3.1; extra == 'cli'
Requires-Dist: jinja2>=3.1.6; extra == 'cli'
Requires-Dist: pathvalidate>=3.3.1; extra == 'cli'
Requires-Dist: rich-click>=1.9.7; extra == 'cli'
Requires-Dist: rich>=14.3.2; extra == 'cli'
Requires-Dist: uvloop>=0.22.1; extra == 'cli'
Requires-Dist: weasyprint>=68.1; extra == 'cli'
Provides-Extra: core
Requires-Dist: curl-cffi>=0.14.0; extra == 'core'
Requires-Dist: jsonschema>=4.26.0; extra == 'core'
Requires-Dist: orjson>=3.11.5; extra == 'core'
Provides-Extra: dev
Requires-Dist: mkdocs-material>=9.7.1; extra == 'dev'
Requires-Dist: mkdocs>=1.6.1; extra == 'dev'
Requires-Dist: mkdocstrings[python]>=1.0.3; extra == 'dev'
Requires-Dist: ruff>=0.15.1; extra == 'dev'
Description-Content-Type: text/markdown

# Naminter

[![PyPI Version](https://img.shields.io/pypi/v/naminter)](https://pypi.org/project/naminter/)
[![Python Version](https://img.shields.io/badge/python-3.11%2B-blue)](https://www.python.org/downloads/)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![Downloads](https://img.shields.io/pypi/dm/naminter)](https://pypi.org/project/naminter/)
[![GitHub Stars](https://img.shields.io/github/stars/3xp0rt/naminter?style=social)](https://github.com/3xp0rt/naminter)

Naminter is a Python package and command-line interface (CLI) tool for asynchronous OSINT username enumeration using the WhatsMyName dataset. Leveraging the comprehensive [WhatsMyName](https://github.com/WebBreacher/WhatsMyName) list, Naminter enumerates usernames across hundreds of websites. With advanced features like browser impersonation, asynchronous enumeration, and customizable filtering, it can be used both as a command-line tool and as a library in your Python projects.

## Documentation

Full documentation is available at [https://3xp0rt.github.io/Naminter/](https://3xp0rt.github.io/Naminter/), including:

- [Installation Guide](https://3xp0rt.github.io/Naminter/getting-started/installation/) - Detailed installation instructions
- [Usage Examples](https://3xp0rt.github.io/Naminter/getting-started/usage/) - CLI and Python API examples
- [API Reference](https://3xp0rt.github.io/Naminter/api/core/main/) - API documentation

## Contributing

Contributions are welcome! See the [Contributing Guide](https://3xp0rt.github.io/Naminter/contributing/) for guidelines.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
