🔥 Use at your own risk! 🔥
A bot to automate enrolling process in UCSD WebReg on TritonLink.
Dependencies | Version |
---|---|
OS | OSX |
Python | 2.7 |
You need to have Selenium installed. To install, type the following on the terminal:
pip install selenium
Open config.py
and fill up your configuration.
Key | Value Data Type |
---|---|
USERNAME_STR | String |
PASSWORD_STR | String |
COURSES | Array |
SECTION_IDS | Array |
BROWSER | String |
NOTE
- The number of elements inside the array
COURSES
andSECTION_IDS
must be the same! BROWSER
can only be 'DISPLAY_BROWSER' or 'NO_BROWSER'
To run, type the following:
./bgBash.sh [date: MM-DD-YYYY] [time: HH:MM]