- choco : The package manager for Windows
- chromedriver : ChromeDriver - WebDriver for Chrome
choco install python3
choco install chromedriver
pip install selenium
Run the script, which will ask for your credentials
python login_selenium.py
Script also accepts input arguments for direct execution
python login_selenium.py -m "yourmail@netcompany.com" -p "your password"
Or run the .bat file
cmd_see_events.bat
With pyinstaller
pyinstaller login_selenium.py --onefile