This is a tool to compare a comma separated list of your students with zoom active hosts CSV file
- Can handle multiple class rooms
- Easy to reuse student lists
- two students cannot have the same first name
In this example, the class name is '13C'
- Clone this repo
- run 'dart pub get' to download packages
[root of this repo]>dart pub get
- In the /students folder, make a new file called '13C.csv'
- Edit the data.dart file, (sample provided in data.sample.dart). You can also add some additional text data like their surname.
- (you can also use generateStudentsFromCsv.dart along with some CSV data in /students (sample provided))
- Login to the zoom web app, go to https://zoom.us/account/report/user
- Select a date range and click 'Generate details report'
- Download and copy the csv file in the root folder (same place as activehosts.sample.csv)
- Change line 7 of the zoom_attendance_checker.dart file
- Do the followingS
[bin folder]>dart run zoom_attendance_checker.dart -a
MIT
Free Software, Hell Yeah!