/afterdark

Primary LanguagePython

afterdark

Requirements

choco install python3
choco install chromedriver
pip install selenium

Run program

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

Creation of .exe file

With pyinstaller

pyinstaller login_selenium.py --onefile