mirror of
https://codeberg.org/flpolyaplus/aplus.git
synced 2024-11-22 01:10:29 -05:00
23 lines
807 B
Markdown
23 lines
807 B
Markdown
# aplus
|
|
|
|
This is an aplus cli utility created for students at Florida Polytechnic University to submit their aplus codes through the CLI.
|
|
In time, we intend to generalize this utility to all universities.
|
|
In the meantime however, any students from other universities wishing to use the utility may change the base_link and external_tools_code (you see this in the URL when you navigate to Aplus attendance within your course) variables.
|
|
|
|
## Usage
|
|
|
|
### List all courses and canvas course codes
|
|
aplus
|
|
aplus --list-courses
|
|
aplus -l
|
|
|
|
### List favorite courses and canvas course codes
|
|
aplus --list-favorites
|
|
|
|
### Enter code immediately for an active code
|
|
aplus -c <code>
|
|
aplus --code <code>
|
|
|
|
### Enter code for a specified course
|
|
aplus -c <code> --course <course_code>
|
|
aplus --code <code> --course <course_code> |