🔥 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
COURSESandSECTION_IDSmust be the same! BROWSERcan only be 'CHROME' or 'PHANTOM'
To run, type the following:
./bgBash.sh [date: MM-DD-YYYY] [time: HH:MM]