1.0.2 • Published 5 years ago

gradescope-cli v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

GradeScopeCLI

CLI for GradeScope.com (A site used for submitting and grading homework) npm.io

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)