Giter Club home page Giter Club logo

zoomr's Introduction

zoomr

Connect to your 'Zoom' reporting data

Purpose

zoom facilitates making a connection to the Zoom Reporting API. Currently it is used for getting data on webinars. Many other API endpoints are available, this documentation is found at https://marketplace.zoom.us/docs/api-reference/zoom-api/.

Installation

The development version can be installed from GitHub: remotes::install_github("chrisumphlett/zoomr").

Usage

A server-to-server app must be created within your Zoom account first. This will provide an Account Id, Client Id, and Client Secret. These are required for all of the api call functions in this package in order to generate an access token.

An expected workflow would start with looking up the user Id's for webinar hosts. This is done with the get_account_users() function. This will produce a data frame with user data. The user Id is then used in list_webinars() to find the webinars hosted by the user in the last 90 days. Once you have a webinar Id the rest of the exported api call functions can be used:

  • get_webinar_details(). More information on the webinar such as the topic, start and end time, duration, and number of participants.
  • get_webinar_registrants(). Data on who registered for a webinar.
  • get_registration_questions(). Their answers to questions you asked when they registered.
  • get_webinar_participants(). Data on who attended the webinar.
  • get_panelists(). Figure out which of your participants were actually panelists.
  • get_webinar_polls() and get_webinar_qanda(): Poll and Q&A data from the webinar. Post-webinar survey data is not available in the Zoom API as of 2022-09-28.
  • get_tracking_sources(). Get a summary of registrations and visitors by tracking source for a specific webinar.

zoomr's People

Contributors

chrisumphlett avatar

Stargazers

Vince Fulco--Bighire.tools avatar Jonathan Carroll avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.