hibp-py is a Python library that facilitates the analysis and tracking of breaches posted to haveibeenpwned.
- Install from pip:
python -m pip install hibp-py
$ python -m hibp_py -h
Welcome to HIBP Python!
usage: __main__.py [-h] [-iL INPUT_LIST] [-o OUTPUT] [-D ACTIVE_DIRECTORY] [-e EMAIL_CONFIG]
options:
-h, --help show this help message and exit
-iL INPUT_LIST, --input-list INPUT_LIST
Input list of emails or haveibeenpwned JSON file
-o OUTPUT, --output OUTPUT
Output file name
-D ACTIVE_DIRECTORY, --active-directory ACTIVE_DIRECTORY
Active Directory domain
-e EMAIL_CONFIG, --email-config EMAIL_CONFIG
Email configuration file
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your changes:
git checkout -b my-new-feature
. - Make your changes and commit them:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin my-new-feature
. - Submit a pull request.
hibp-py is licensed under the MIT License. Feel free to use it for personal or commercial use.