X-Git-Url: https://code.communitydata.science/coldcallbot-discord.git/blobdiff_plain/0ecadc51eb7b4245def4f6357c9d5e561784edc6..cda1cb3b3ca0de52548b97f4c23f2dc7f8cb220a:/README diff --git a/README b/README index a972038..d07038e 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ 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 @@ -31,7 +31,7 @@ Daily Process 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 @@ -129,6 +129,12 @@ compute_final_case_grades.R: `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