TobiasPankner / Teams-Auto-Joiner

Python script to automatically join Microsoft Teams meetings.
GNU General Public License v3.0
529 stars 184 forks source link

Teams-Auto-Joiner

GitHub stars Donate

Python script to automatically join Microsoft Teams meetings. Automatically turns off your microphone and camera before joining. Automatic login and blacklist can be set in the config file.

Always joins the newest meeting and leaves either after a specified time, if you are the last person in the meeting or only if a new one is available (see Configuration options for more information). I also made a short tutorial video on how to setup the bot: https://youtu.be/YgkSOqfIjf4

Demo

Maintenance status

This project is not actively maintained by me anymore, therefore I cannot guarantee it still working. Feel free to fork this repository or submit Pull requests.

Prerequisites

Configuration options

Run the script

  1. Rename the config.json.example file to "config.json"
  2. Edit the "config.json" file to fit your preferences (optional)
  3. Install dependencies: pip install -r requirements.txt
  4. Run auto_joiner.py: python auto_joiner.py
  5. After starting, teams might be in Grid view, if this is the case change the view to list (How to do)