haveibeenpwned

PyPi quick status implementation for the awesome haveibeenpwned.com service


Keywords
haveibeenpwned, email, breached, status, security
License
MIT
Install
pip install haveibeenpwned==0.0.6

Documentation

Have I Been Pwned?

Open Source Love license PRs Welcome PyPI PyPI - Python Version Last Commit

Check if you have an account that has been compromised in a data breach. This package uses the awesome website https://haveibeenpwned.com/.

Installation

Available via PyPi.

pip install haveibeenpwned

Usage

Available as command with format:

haveibeenpwned here.is@the.email [options]

Options:

  • -f [--full] get the full response not just status
  • -h [--help]
  • -v [--version]

As an import:

from haveibeenpwned import pwned
from haveibeenpwned import pwned_full
  • pwned returns Boolean
  • pwned_full returns dict with Boolean status and additional data as a list

License

MIT.