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: about 1 year ago
JSON representation
⚠️ A Python client for the HaveIBeenPwned API 2.0
- Host: GitHub
- URL: https://github.com/agucova/haveibeenpwned-python
- Owner: agucova
- License: mit
- Created: 2016-05-25T00:45:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T05:57:33.000Z (almost 7 years ago)
- Last Synced: 2025-05-06T16:13:45.267Z (about 1 year ago)
- Topics: api-client, cybersecurity, haveibeenpwned, passwords, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](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`