mirror of
https://codeberg.org/flpolyaplus/aplus.git
synced 2024-11-22 01:10:29 -05:00
22 lines
772 B
Markdown
22 lines
772 B
Markdown
# aplus command line utility
|
|
|
|
This is an cli utility initially created for students at Florida Polytechnic University to submit their aplus codes.
|
|
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 instance_url (the main URL you see before the / when you use Canvas) variables.
|
|
|
|
## Usage
|
|
|
|
### List all courses and canvas course codes
|
|
`aplus --list-all`
|
|
|
|
### List favorite courses and canvas course codes
|
|
`aplus --list-favorites`
|
|
|
|
### Enter code for a specified course
|
|
`aplus --code <code> --course <canvas_course_number>`
|
|
|
|
## Mirrors
|
|
[Codeberg](https://codeberg.org/flpolyaplus/aplus/)
|
|
|
|
[Gitea (vineetk)](https://gitea.vineetk.net/flpolyaplus/aplus/)
|