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).
-
Create a virtual environment.
$ python -m venv venv $ . venv/bin/activate
-
Install requirements.
pip install -r requirements.txt
-
Copy
.env.example
and rename to.env
and enter your keys.