chinsingh / AutoMeet

AutoMeet is a python script which joins and leaves Teams meetings automatically while you're not around.
MIT License
0 stars 0 forks source link

AutoMeet

AutoMeet is a python script which joins and leaves Teams meetings automatically. Supports Microsoft 365 accounts for now.

Installation

Installation for the script is not required. Although, there are some prerequisites.

Prerequisites

Once you have both of these, go to the Code button on top-right area of this repo, download the zip and extract it. Code Button Image You can also clone it if you are that kind of person.

After you have this repository on your system, follow the initial configuration steps listed below.

Intial Steps

  1. Run the following command on your terminal or command prompt.

    pip install -r requirements.txt

    This will install the required dependencies on your system.

  2. Now, go to the settings.json file in wherever you have kept the AutoMeet folder and enter your username, minimum number of participants allowed etc.

You are now ready to use AutoMeet.

Tip: You can create copies of the folder with different settings in each of them (for example, different minimum number of participants for different meetings) and run them depending on whichever meeting you have coming up.

Usage

Double click the file automeet.py in the saved folder

OR run

python automeet.py

:warning: You need to either enter the full path for automeet.py (wherever you've kept it) or go to that directory and execute the command.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

You can also report a bug, request a feature or email me.

Credits

Thanks to Atharva Lipare for MS Teams Auto Joiner. Although, not forked from his repository, I found solutions to quite a few problems from his repo.

License

MIT