-
Notifications
You must be signed in to change notification settings - Fork 0
Sheet Helper
mert tiftikci edited this page Nov 22, 2020
·
2 revisions
This script is responsible for bridging notifier, handle_submissions, and attendance_checker scripts to google sheets when used. Depends on googleapiclient package and credentials.json file for the corresponding account. The process to get credentials defined in detail here.
- Parameters widely used in other scripts that show the spreadsheet location, as well as the inner sheet IDs, should be updated to match the main google sheet. These parameters are
spreadsheet_id,section1_sheet_id, andsection2_sheet_id. - This script also contains some coloring options for updating the sheet as well.