This Repo Contains the python module and sample PY Notebook for giving the attendance to the students from GoToMeeting attendance excel sheet
clone this repo using the below git command
git clone git@github.com:AnilKumarTeegala/GotoMeeting-Attendance-using-Python-Program.git
-
After Login click on
- History
- Select desired meeting date
- click on Diagnostics it will redirect you to new page
-
In the redirected page scroll to bottom to observe download attendee list hyperlink click on that it will automatically download the attendees list in
.xls
format
you have to save the main registered data in the .csv
format
To open the file you should first install Jupyter Notebook environment and familiar with the Notebook environment
To know how its working I've added sample students data and GoToMeeting attendees data so run all the cells and then one excel sheet will be generated with the given file name generate with rollNo and Present/Absent column.
The file name will be the givenFileName.xlsx
Note
Go to meeting Student Login name should be rollNumber[sep]Name[sep]CollegeName
-- Here sep
can be " " (space)
, -
, _
.
- After update the file paths of your original student in
.csv
and GoToMeeting attendance in.xls
format and update the file name of the output file as your wish final output sheet will be generated in the cloned directory
Hope it will help you🙂
If it works for you click on ⭐ on top of repo