cmlh / haveibeenpwned

:snake: PyPi quick status implementation for the awesome haveibeenpwned service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

This library is no longer maintained & is not working for the latest version of the api. PR's to resolve this issue are welcome. More information here.

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.

About

:snake: PyPi quick status implementation for the awesome haveibeenpwned service

License:MIT License


Languages

Language:Python 100.0%