2023-11-14 22:42:25 -05:00
# aplus command line utility
2023-10-27 16:16:42 -04:00
2023-11-14 22:42:25 -05:00
This is an cli utility initially created for students at Florida Polytechnic University to submit their aplus codes.
2023-11-14 04:23:18 -05:00
In time, we intend to generalize this utility to all universities.
2023-11-16 13:44:11 -05:00
In the meantime however, any students from other universities wishing to use the utility may change the instance_url (the main URL you see before the / when you use Canvas) variables.
2023-11-13 02:08:03 -05:00
2023-11-14 04:23:18 -05:00
## Usage
2023-11-13 02:08:03 -05:00
2023-11-14 04:23:18 -05:00
### List all courses and canvas course codes
2023-11-14 22:42:25 -05:00
aplus --list-all
2023-11-13 02:08:03 -05:00
2023-11-14 04:23:18 -05:00
### List favorite courses and canvas course codes
aplus --list-favorites
### Enter code for a specified course
2023-11-14 22:42:25 -05:00
aplus --code < code > --course < canvas_course_number >