haveibeenpwned icon indicating copy to clipboard operation
haveibeenpwned copied to clipboard

Python interface to Have I Been Pwned API

Results 5 haveibeenpwned issues
Sort by recently updated
recently updated
newest added

Python 3.6.2 |Continuum Analytics Traceback (most recent call last): File "", line 1, in File "!@$#!@$%$#/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) File "!@$@#%@$!@#/python3.6/site-packages/hibp/__init__.py", line 1, in...

I don't see a way to perform range queries on passwords as defined here: https://haveibeenpwned.com/API/v2#SearchingPwnedPasswordsByRange

I was having problem with importing HIBP so I just downloaded the file and added it to my directory. But then I got the error shown in the title. I'm...

Instead of setting HIBP.response to a string ("object has not been pwned.") for not pwned ressources, the awaited type should be used. If response is meant to be an [json]object:...

1- Added url based api version selection for user. see [APIVersion](https://haveibeenpwned.com/API/v2#APIVersion) 2- Made the package compatible with new rate limitation policy. see [RateLimiting](https://haveibeenpwned.com/API/v2#RateLimiting) 3- Added support for paste accounts. see...