Kn0wn-Un / Auto-Zoom

Python script to automatically join Zoom meetings
MIT License
33 stars 12 forks source link

Daily scheduler for 5 different links? | Start & End Terminal time? #7

Open Vaarelsauce opened 3 years ago

Vaarelsauce commented 3 years ago

How do I set up weekly daily schedule? I have five class periods to attend, from 8:00 AM to 12:00 PM (an hour long each). I attend all of those classes five times a week (weekends off), how do I make it so that I don't have to manually type in the date for every single day for over 100+ times?

And also, since each period start the second right after the previous period end, is there a way for me to schedule for say, Period 1 to start from 8:00 AM, and end at 8:59 AM, then start the second period at 9:00 AM?

usman661 commented 3 years ago

Following this post! I have 3 classes 3 days a week and 3 classes 2 days a week. Total six classes.

Kn0wn-Un commented 3 years ago

Hi, Ok, so about the joining part the program does join the classes a minute early and it does so by terminating the currently running zoom app check line 125 and 135 of code in Auto.py. About the weekly schedule if you know meeting ids and passwords before the week starts then all you have to do is set the whole week in the excel sheet on Sunday or whenever. for example, run the program monday morning, after the classes are over terminate the program, on tuesday morning when you run the program, it ignores the classes set on monday as the current time has elapsed it check line 130 then repeat this for all days in the week

A-nonymous027 commented 3 years ago

Hi, Ok, so about the joining part the program does join the classes a minute early and it does so by terminating the currently running zoom app check line 125 and 135 of code in Auto.py. About the weekly schedule if you know meeting ids and passwords before the week starts then all you have to do is set the whole week in the excel sheet on Sunday or whenever. for example, run the program monday morning, after the classes are over terminate the program, on tuesday morning when you run the program, it ignores the classes set on monday as the current time has elapsed it check line 130 then repeat this for all days in the week

Where will a change to make a weekly schedule apply then? To the code or to the excel sheet? Will Excel date functions work here as well?

Kn0wn-Un commented 3 years ago

There is no change you just add all the meetings in the excel sheet the program will ignore meetings of previous days.