Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 658 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 658 Bytes

SIS Automated Registration

Instructions:

  1. Download Python: https://www.python.org/downloads/
  2. Open Terminal (Apple) / Powershell (Windows)
  3. git clone https://github.com/tonywu1999/Automation-Course-Registration.git
  4. cd Automation-Course-Registration/
  5. pip3 install selenium
  6. python3 main.py

This is a script that you can run to automate registering for classes at a designated time. Ultimately, the script will ask for your username and password. Then at a specific time, it will open up Google Chrome for you and log onto SIS. You can designate with the datetime package when the webdriver should open and perform certain actions.