17
0
Commit Graph

10 Commits

Author SHA1 Message Date
Benjamin Mako Hill
814cf6bb0e fix typo with new python 2025-09-26 12:25:26 -07:00
Benjamin Mako Hill
56fb61e8b0 many new changes for the new quarter
- switched to using a configuration.json file
- reworked the download_student_info.py to fix bugs
- substantial change to the scripts to use the new config structure
- other small changes
- wrote a new README file based on the old readme and material I sent
  to Matt McGarrity
2024-09-28 17:35:37 -07:00
Benjamin Mako Hill
d6b74612e3 Merge branch 'COM481-2024Q4' 2024-09-28 16:27:12 -07:00
Benjamin Mako Hill
89c5369ad9 work to build a much better manual version of the script
one thing that is clear to me is that the preferred name logic should
really be removed entirely from the coldcall.py program and moved into
the coldcall.py file. I'm currently ignoring that functionality in the
coldcallbot-manual.py but I haven't yet fully removed it from the other.
2024-09-28 16:11:00 -07:00
Benjamin Mako Hill
3c9c64edc8 initial version of commit updating coldcall.py 2024-09-28 16:01:05 -07:00
Benjamin Mako Hill
d8e662b5c3 reworking the script to work with COMMLD570A (editted)
this commit was editted to not include student details

- new manual version of the coldcallbot
- minor tweaks to make things less discord specific
- changes for new URLs, filenames, and such
2022-01-05 11:27:59 +09:00
Benjamin Mako Hill
4676d0b0c3 don't count folks who were missing
Patch the coldcall script so that it doesn't count folks who are missing as
present for a question.
2020-11-10 10:20:43 -08:00
Benjamin Mako Hill
abf74b822c fix typo in the attendance... :P 2020-10-12 10:51:44 -07:00
Benjamin Mako Hill
f46f00dc4d read student information using DictReader
This should be safer.
2020-10-08 08:09:21 -07:00
Benjamin Mako Hill
c6d7c0fca7 initial version of colcall bot
- basic student information for preferred names
- simple discord bot
- coldcall library to maintain records and choose folks
2020-10-05 10:22:03 -07:00