]> code.communitydata.science - coldcallbot-discord.git/blobdiff - README
remove references to boy (should be bot, obvs)
[coldcallbot-discord.git] / README
diff --git a/README b/README
index a972038157f8d3f73df874a8779bbfb5d20eefcf..d07038e188b19ff6e5be4ebde45ab5ad2228ab22 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Setting up the Discord Bot
 ======================================
 
 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
 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:
 
 
 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
 
 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.
 
     `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
 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

Community Data Science Collective || Want to submit a patch?