https://github.com/marinko-peso/haveibeenpwned
:snake: PyPi quick status implementation for the awesome haveibeenpwned service
https://github.com/marinko-peso/haveibeenpwned
Last synced: about 2 months ago
JSON representation
:snake: PyPi quick status implementation for the awesome haveibeenpwned service
- Host: GitHub
- URL: https://github.com/marinko-peso/haveibeenpwned
- Owner: marinko-peso
- License: mit
- Created: 2018-08-11T14:58:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:39:29.000Z (over 2 years ago)
- Last Synced: 2024-09-18T00:38:05.659Z (8 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
This library is no longer maintained & is not working for the latest version of the api. PR's to resolve this issue are welcome. More information [here](https://github.com/marinko-peso/haveibeenpwned/issues/6).# Have I Been Pwned?
[](https://github.com/ellerbrock/open-source-badges/)
[](https://github.com/marinko-peso/haveibeenpwned/blob/master/LICENSE)
[](http://makeapullrequest.com)
[](https://pypi.org/project/haveibeenpwned/)
[](https://pypi.org/project/haveibeenpwned/)
[](https://github.com/marinko-peso/haveibeenpwned/commits/master)Check if you have an account that has been compromised in a data breach.
This package uses the awesome website https://haveibeenpwned.com/.## Installation
Available via PyPi.
```
pip install haveibeenpwned
```## Usage
Available as command with format:
```
haveibeenpwned [email protected] [options]
```
Options:
* ```-f``` [--full] get the full response not just status
* ```-h``` [--help]
* ```-v``` [--version]As an import:
```python
from haveibeenpwned import pwned
from haveibeenpwned import pwned_full
```
* ```pwned``` returns Boolean
* ```pwned_full``` returns dict with Boolean status and additional data as a list## License
MIT.