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.yaml
with your Gradescope username and password. Unfortunately, for the sake of simplicity, Gradecard currently only support storing passwords in plaintext. -
(optional) Note that
config.yaml
is not ignored bygit
so that the file template can be available on themain
branch. To change this, uncomment theconfig.yaml
line in the.gitignore
file. -
Store the Gradescope course ID for your course in the
GRADESCOPE_COURSE_ID
variables insecrets.py
. The course ID can be found in the URL (https://www.gradescope.com/courses/<course_id>
) of the course's Gradescope dashboard.