]> code.communitydata.science - coldcallbot-discord.git/blobdiff - static/gitweb.js
renamed manual coldcall bot script
[coldcallbot-discord.git] / static / gitweb.js
diff --git a/coldcallboy-manual.py b/coldcallboy-manual.py
deleted file mode 100755 (executable)
index 3bb580c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/env python3
-
-from coldcall import ColdCall
-import re
-
-## create the coldcall object
-cc = ColdCall(record_attendance=False)
-
-student_list = cc.preferred_names
-
-# print out 100 students
-
-for i in range(100):
-    print(f"{i}. {cc.coldcall(student_list)} [ ] [ ]\n")
-

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