]> code.communitydata.science - coldcallbot-discord.git/blobdiff - coldcallbot-manual.py
renamed manual coldcall bot script
[coldcallbot-discord.git] / coldcallbot-manual.py
diff --git a/coldcallbot-manual.py b/coldcallbot-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?