Code Monkey home page Code Monkey logo

automeet's Introduction

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

โš ๏ธ 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

automeet's People

Contributors

chinsingh avatar

Watchers

 avatar

automeet's Issues

Add support for Microsoft accounts

The script just supports Microsoft365 (Single sign-on) accounts for now.

  • Include single sign-on option in settings
  • Add condition in login function accordingly

Add support for browsers other than chrome

Script just supports chrome browser for now. Browsers to add -

  • Firefox
  • Chromium
  • Option in settings to select the browser (default: chrome)
  • Enhance driver_factory.py to return drivers for different browsers depending on the settings.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.