Skip to content

Feel free to use if you want to mass register people to zoom meetings

Notifications You must be signed in to change notification settings

naazzzim/Zoom-Registration-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom Registration Script

This is a short script that was made to help my friends automate the registration for zoom meetings where they have the EmailID and first name of the registrants in a csv file. The sample CSV file is given in the repository.

Usage

Install the required packages using npm.

npm install

The API_key and the API_Secret are given in the config.js file. Please do replace them with the API_KEY and API_secret for your zoom account.

The csv file accessed by the script is registrants.csv. Either rename the file name as you wish or do replace the contents of the csv file with the data to be used.

Change the the meetid variable in the index.js file with the meeting Id you wish to register

If any of the users were unable to register, it will generate a file named "error.txt" stating the reason why it failed

About

Feel free to use if you want to mass register people to zoom meetings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published