API-ShouldIChangeMyPassword icon indicating copy to clipboard operation
API-ShouldIChangeMyPassword copied to clipboard

(Unofficial) Python API for ShouldIChangeMyPassword Website

ShouldIChangeMyPassword

(Unofficial) Python API for ShouldIChangeMyPassword Website.

This code has been developed to check compromised mails and is really easy to use:

from sicmypAPI import SicmypAPI
res = SicmypAPI().is_compromised('[email protected]')
print res  # False

I am currently developing a multithreaded tool to load file and parallelize the process. Stay tuned.