Setting up the Discord Bot
======================================
-I run the Discord boy from my laptop. It requires the discord Python
+I run the Discord bot from my laptop. It requires the discord Python
module available in PyPi and installable like:
$ pip3 install discord
You need to start the bot from the laptop each day. I do that by:
- $ ./coldcallboy.py
+ $ ./coldcallbot.py
The bot will run in the terminal, print out data as it works including
detailed weights as it goes, and it will record data into files in the
`myuw-COM_482_A_autumn_2020_students.csv`) which is described
above.
+ To run this script, you will need to create the following subdirectories:
+
+ data/case_grades
+ data/case_grades/student_reports
+
+
One final note: A bunch of things in these scripts assumes a UW 4.0
grade scale. I don't think it should be hard to map these onto some
other scale, but that's an exercise I'll leave up to those that want