A python script that checks if your account that has been compromised in a data breach (Using Selenium Package & Have I been pwned)
Use the package manager pip.
pip install selenium
Start a command prompt using the cmd.exe program and run the pip command as given below to install selenium
C:\Python35\Scripts\pip.exe install selenium
Selenium requires a driver to interface with the chosen browser. Firefox, for example, requires geckodriver, which needs to be installed before the below examples can be run. Make sure it’s in your PATH, e. g., place it in /usr/bin or /usr/local/bin.
Links to some of the more popular browser drivers follow.
Chrome:https://sites.google.com/a/chromium.org/chromedriver/downloads
Firefox:https://github.com/mozilla/geckodriver/releases
Edge: https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Safari:https://webkit.org/blog/6900/webdriver-support-in-safari-10/