Skip to content

A simple discord bot to automatically create zoom meetings

License

Notifications You must be signed in to change notification settings

JTravaux/Zoomer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoomer

Zoomer is a very simple discord bot that allows me to easily create a Zoom instant meeting.

Upon creation, it returns:

  • The meeting ID
  • The meeting join & start links
  • The dial-in phone numbers

Installation

Zoomer was developed using Node.js v10.15.0.

Install the dependencies:

$ cd Zoomer
$ npm install

In order for the bot to work, you need 3 things.

  • Discord "Build-A-Bot" Token
  • Zoom JWT token
  • Zoom User ID (account email address also works)

Then, create a .env file that contains the following, filling in the details mentioned above:

DISCORD_TOKEN=
ZOOM_JWT=
USER_ID=

Start the bot, like you would any Node app:

$ node zoomer

Discord command interface:

  • new [topic]: Creates a meeting, optionally include a topic (defaults to "Zoom Meeting")
/new 
/new Software Discussion

About

A simple discord bot to automatically create zoom meetings

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published