This is a project for Unlock Academy to track Student Enrollment after Zoom Meetings & Webinars.
Goal: Each week, after all Zoom Meetings & Webinars have been held, pull the regristrants and attendees.
Then pull all students who have enrolled in Unlock Academy and their course completion status.
The data will later be used to automate an aggregated email list in MailChimp.
By accessing the Zoom API, I pull the data for all registrants and attendees into a pandas dataframe and
store this information into Google Sheets (using the Google Sheets API - pygsheets). The Thinkific API
provides the Unlock Academy Student Enrollment information as well as all courses and the students completion
statuses.
Technologies Used: