A service for assisted and automatic grading of computer science assignments at Colorado College.
Create an .env file (this is included in .gitignore):
On a linux system:
git clone https://github.com/wgnvrd/CCGraderBot.git
cd CCGraderBot
touch .env
echo "CANVAS_ACCESS_TOKEN=#[YOUR CANVAS ACCESS TOKEN]" >> .envThe following dependencies need to be installed:
python-dotenv
canvasapi
junitparser
tomlkit
pathlib
slugify
python Autograder.py