Original Repo by Tobias Pankner : Link
- In this version, you can schedule which meeting to join, when to join and when to exit.
Python script to automatically join Microsoft Teams meetings.
Automatically turns off your microphone and camera before joining.
Specify your team name and time. That's it!
- Python3 (Download)
Open the config.json file and add your configurations.
-
email/password:
The email/password of your Microsoft account (can be left empty if you don't want to automatically login) -
auto_leave_after_min:
If set to a value greater than zero, the bot leaves the meeting after the specified time (in minutes). -
teamname:
Set the team name of the meeting you want to join here. Case Sensitive Alert! -
meetingtime:
Set the time at which you want to join the meeting. 24 hours clock. Example: "17:30".
- Before starting, teams might be in Grid view, if this is the case change the view to list.
- Edit the "config.json" file to specify your configurations.
- Install dependencies:
pip install -r requirements.txt
- Run auto_joiner.py:
python auto_joiner.py
The script will not join a meeting with no participants. So make sure to have some of your friends in the meeting while testing it out.