Description
The "Zoom Attendance Parser" project aims to address the absence of
attendance tracking in the free version of Zoom used by teachers for
online classes. The solution involves a Python script hosted as a
web service with Django on a Heroku server. Teachers instruct
students to enter their roll number and name in the chat, saving the
chat file as a text document. The Python script parses this document
and converts it into a user-friendly spreadsheet format (.xlsx). The
project includes a simple, responsive website built with Bootstrap,
offering an accessible interface for teachers. Additionally, there
are instructions provided on how to avoid proxy issues. Overall,
this initiative enhances the efficiency of attendance tracking for
teachers using the free version of Zoom.