Every time I try to login to my school email, it requires me to login twice, so I decided to automate that. !! This currently only works with Chrome because a different WebDriver is needed for different web browsers !!
This requires python 3.6 and the selenium library to be installed.
In order to install python go to: https://www.python.org/downloads/
Once installed, open up a console and type: pip install selenium