Set Up Gradescope - shiftsayan/gradecard GitHub Wiki
Gradecard can fetch assignment data from Gradescope and sync it to Gradecard Sheet. In this step we will set up the ability for Gradecard to fetch assignment data from Gradescope.
-
Populate
config.yamlwith your Gradescope username and password. Unfortunately, for the sake of simplicity, Gradecard currently only support storing passwords in plaintext. -
(optional) Note that
config.yamlis not ignored bygitso that the file template can be available on themainbranch. To change this, uncomment theconfig.yamlline in the.gitignorefile. -
Store the Gradescope course ID for your course in the
GRADESCOPE_COURSE_IDvariables insecrets.py. The course ID can be found in the URL (https://www.gradescope.com/courses/<course_id>) of the course's Gradescope dashboard.