]> code.communitydata.science - coldcallbot-discord.git/blobdiff - coldcallboy-manual.py
reworking the script to work with COMMLD570A (editted)
[coldcallbot-discord.git] / coldcallboy-manual.py
diff --git a/coldcallboy-manual.py b/coldcallboy-manual.py
new file mode 100755 (executable)
index 0000000..3bb580c
--- /dev/null
@@ -0,0 +1,15 @@
+#!/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?