Python package to interact with http://haveibeenpwned.com
Project description
PwnedCheck
Python package to interact with http://haveibeenpwned.com
Installation
$ pip install PwnedCheck
Usage
All checks are done through the check method. This will check a single email address against the haveibeenpwned API and return a list of sites that the email address has been found on.
If the email address is not found in any of the data leaks, it will return an empty list ([]).
If the email address is invalid (not properlly formatted), PwnedCheck will throw an InvalidEmail exception.
import pwnedcheck
print pwnedcheck.check(”foo@bar.com”)
v0.1.0, 2013-12-17 – Initial release.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PwnedCheck-0.1.2.tar.gz
(2.4 kB
view hashes)
Built Distributions
Close
Hashes for PwnedCheck-0.1.2.macosx-10.9-intel.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cb97266089051a02f53daa5f9e884b433c3694308843d1a7af293f14c43c00f |
|
MD5 | e74f62b06ea920db35067cebe870b15a |
|
BLAKE2b-256 | 917c5dacda605f29628552b3956aa9df11d15121006be985094b29b04731d7cc |
Close
Hashes for PwnedCheck-0.1.2.linux-x86_64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a168a56949ef4c2981ff51d2d580b0cd11d0bac39dfe9730daee5b90904eca6 |
|
MD5 | de9a537da94ac43dfc1425786f1cdb09 |
|
BLAKE2b-256 | 3031e69874e5d3d3042dcec979f04be4975dc870eb411e34c09a8920a2def030 |