Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.11 KB

zoomsamples

Samples for the Zoom developer platform.

  • prettifydict.py - enter a Python dictionary from a log file to see it in human-readable JSON.
  • S2Saccesstoken.py - get an access token for your server-to-server app.
  • S2Srequest.py - make a request using your server-to-server access token.
  • validatewebhook - Python Zoom webhook validator and event logger that you can deploy to Heroku.
  • zoom_dash.py - list participant names from all meetings for the specified user in the account (requires an access token).

Setup

  1. Create a virtual environment.

    $ python -m venv venv
    $ . venv/bin/activate
  2. Install requirements.

    pip install -r requirements.txt
    
  3. Create a Zoom account and a Server-to-server OAuth app.

  4. Copy .env.example and rename to .env and enter your keys.