Get your unofficial transcript from eCampus application automatically using Selenium.
- Open get-grades.py
- Fill in userid and pwd
- python get-grades.py
Python
Selenium
pip3 install selenium
Or refer to https://selenium-python.readthedocs.io/installation.html for installation guides.
chromedriver
pip3 install chromedriver
Refer to https://sites.google.com/a/chromium.org/chromedriver/getting-started for installation guides.