A+Attendance CLI via Canvas API
Go to file
2023-11-14 22:42:25 -05:00
aplus.go Add flags, update README 2023-11-14 22:42:25 -05:00
canvas.go Reorganization 2023-11-14 18:04:29 -05:00
go.mod Add flags, update README 2023-11-14 22:42:25 -05:00
go.sum add cookie jar to allow cross site origin requests to carry cookies 2023-11-12 15:05:16 -05:00
LICENSE Update LICENSE with author names, further reorganization. 2023-11-13 13:02:21 -05:00
main.go Add flags, update README 2023-11-14 22:42:25 -05:00
README.md Add flags, update README 2023-11-14 22:42:25 -05:00
structs.go first commit 2023-10-27 19:02:38 -04:00

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 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 --list-all

List favorite courses and canvas course codes

aplus --list-favorites

Enter code for a specified course

aplus --code --course <canvas_course_number>