X-Git-Url: https://code.communitydata.science/coldcallbot-discord.git/blobdiff_plain/d6b74612e3a2f01112fa14c6c86bec9c20093ed3..56fb61e8b00a0cde7cde1138c3f49b89b302e773:/configuration.json?ds=sidebyside diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000..4ea79ab --- /dev/null +++ b/configuration.json @@ -0,0 +1,16 @@ +{ + "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" +}