gradescope-cli
v1.0.2
Published
CLI for gradescope
Downloads
3
Readme
GradeScopeCLI
CLI for GradeScope.com (A site used for submitting and grading homework)
Installation
npm install -g gradescope-cli
Security
This package doesn't use any virtual browser library and all networking is done with built-in https module.
The package doesn't store your credentials anywhere (only used when exchanging for access token), but it does store your access token to gradescope locally (package_dir/token.txt) only if you choose "Remember Me" option when login.
Todo
- ~~Log In and Out (handle session & cookies)~~
- ~~View courses and homework~~
- Submit files through CLI file system browsing
- Notification system (new homework/grades posted)