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: 5 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T05:57:33.000Z (about 6 years ago)
- Last Synced: 2025-05-06T16:13:45.267Z (5 months 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`