Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agucova/haveibeenpwned-python

⚠️ A Python client for the HaveIBeenPwned API 2.0
https://github.com/agucova/haveibeenpwned-python

api-client cybersecurity haveibeenpwned passwords python

Last synced: 24 days ago
JSON representation

⚠️ A Python client for the HaveIBeenPwned API 2.0

Awesome Lists containing this project

README

        

# haveibeenpwned-python
A very simple client for the [HaveIBeenPwned API v2](https://haveibeenpwned.com/API/v2)

## :warning: This project was obsoleted with the latest change of the API.

[![asciicast](https://asciinema.org/a/cwjupyyz54fwd9eimwsvm849s.png)](https://asciinema.org/a/cwjupyyz54fwd9eimwsvm849s)

## Dependencies

The script runs on python 2.7, and all the requirements are listed on the requirements.txt

`pip install -r requirements.txt`