Skip to content

A python script that automates the process of registering for classes so that I don't need to wake up at 7am to register for classes myself.

Notifications You must be signed in to change notification settings

tonywu1999/Automation-Course-Registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A python script that automates the process of registering for classes so that I don't need to wake up at 7am to register for classes myself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages