Skip to content

Export lecture attendance from Zoom to csv that matches Luminus records.

Notifications You must be signed in to change notification settings

YisongMiao/zoom2google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoom2google

One line summary: merge zoom.csv to the monitor sheet for online participation.

Executions

Just run the script. We haven't parameterized yet.

python zoom2google.py

Dependencies

pandas

Parameters

Preliminary version. Now you need to change the parameters from line 130.

    main_fp = 'data/cs3244-monitoring-clean.csv'
    csv_fp = 'data/participants_81945523458.csv'
    prefix = 'W02a'

About

Export lecture attendance from Zoom to csv that matches Luminus records.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages