- A command line program that checks a list of email addresses against the database at haveibeenpwned.com to discover if those email addresses have been pwned
- Was run daily via Windows Task
- app was deprecated because the consumed API was moved behind a paywall
To resurrect
-
download the latest browser webdrivers for the browser of your choice - selenium uses these
(app used Firefox or Chromium webdrivers)
-
locate the webdrivers in a folder called 'webdrivers' alongside the app
-
update the references in the code to the webdriver files
-
pay for API access
-
update the references in the code to the API endpoint