I'll never be late to another Zoom meeting!
Half the time, I'll get distracted on my computer and be late to my meetings. The other half, I'm sleeping and didn't set an alarm. This project fixes everything.
Click here to subscribe: / @samwestby
Instructions:
** Please use Python 3
Run the following command in a terminal:
mkdir zoom_automation
cd zoom_automation
virtualenv env
source env/bin/activate ***this is for Mac and Linux
.\env\scripts\activate *** this is for Windows
pip install schedule
Now make a python file in the zoom_automation directory
Call the python file meeting_scheduler.py
Include the following code in the .py file:
import schedule
import time
import webbrowser
def open_link(link):
webbrowser.open(link)
def demo_meeting():
open_link('MY ZOOM MEETING URL')
schedule.every().friday.at("12:25").do(demo_meeting)
while 1:
schedule.run_pending()
time.sleep(1)
Change the links to whatever you want.
Change the "schedule.every().friday.at("12:25").do(demo_meeting)" to whatever day or time you want.
Save meeting_scheduler.py
In the terminal run:
python meeting_scheduler.py
AND WAIT FOR YOUR MEETING TO START :) :)
Leave a comment if you have any questions!
Warmest regards,
Sam
Auf dieser Seite können Sie das Online-Video Auto Join Zoom Meetings with Python mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Sam Westby 18 April 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 16,171 Mal angesehen und es wurde von 357 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!