This is a Zoom auto-join bot written in C#. It can be configured using a CSV file.
1. Download the latest release from here
- Important: Make sure your computer has the .NET Framework 4.5
DayOfWeek,MeetingTimeIn24H,MeetingID,MeetingPassword,MeetingTimeInSeconds,Comment
1,09:00,111222333,password,3600,Physics
2,12:00,111222333,password,3600,Job interview
DayOfWeek
field can have the value of any number from 1 to 7 with each number representing a day of the week starting from Monday.- Other fields are self explanatory.
- Important: Make sure Zoom is installed and is up-to-date!
- Important: Your Zoom client's language MUST be set to English.
The path of the CSV file can also be passed as an argument to the program like this program.exe "PathToCsv"
thus you can create a batch file to start the program without it asking the CSV path.
You can also just drag-and-drop the .csv file on the program's executable.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.