Zoom Bot enables you to manage your Zoom meetings in one place. It fakes user inputs, so don't use the mouse or keyboard while the bot enters the zoom data!
Depending on language you are using, the image of the zoom window might have to be adjusted.
Python and pip have to be installed and setup.
Install required packages with the following command:
pip install -r requirements.txt
Use this command to build the executable.
pyinstaller --onefile main.pyw
Adjust the meeting-data.json and you are ready to go.