Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/agucova/haveibeenpwned-python
- Owner: agucova
- License: mit
- Created: 2016-05-25T00:45:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T05:57:33.000Z (over 5 years ago)
- Last Synced: 2025-01-03T07:43:31.958Z (about 1 month ago)
- Topics: api-client, cybersecurity, haveibeenpwned, passwords, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- 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.
[![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`