17
0
coldcallbot/configuration.json
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

17 lines
669 B
JSON

{
"roster_file" : "data/FIXME.csv",
"roster_unique_rowname" : "StudentNo",
"roster_firstname_rowname" : "FirstName",
"roster_lastname_rowname" : "LastName",
"student_info_file" : "data/student_information.tsv",
"student_info_gsheet_id" : "FIXME",
"student_info_gsheet_gid" : 99999999,
"optout_file" : "data/optout_poll_data.tsv",
"optout_gsheet_id" : "FIXME",
"optout_gsheet_gid" : 99999999,
"daily_calllist_file" : "data/call_list-{date}.tsv",
"daily_attendance" : "data/attendance-{date}.tsv",
"unique_name_rowname" : "Your UW student number",
"preferred_name_rowname" : "Name you'd like to go by in class"
}