Pwncheck runs mass e-mail through Have I Been Pwned and output the result in xls format.
The result indicates whether the e-mail has been pwned and the breach it was in.
git clone https://github.com/1oftheguthakrs/Pwncheck.git
cd Pwncheck
pip3 install -r requirements.txt
./pwncheck.py -f email.txt -p API_key
Much of the code was from Sq00ky's LeetLinked https://github.com/Sq00ky/LeetLinked