prashanth-up / Meet-Automation

Another simple automation script to join all the boring meetings/classes in Google Meet, while sleeping. This too is for all the lazy peeps who are dreading the morning classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meet-Automation Hits

Another simple automation script to join all the boring meetings/classes in Google Meet, while sleeping. This too is for all the lazy peeps who are dreading the morning classes.

Requirements

  • Installed python version above 3.5
  • Installed pyautogui package
  • Installed schedule package
  • Chrome Web Browser (Signed in)

To install the above packages :

Alternatively you can just run pip install -r requirements.txt

How to run the program :

Clone this repository and unzip it
  • Make sure you are logged in to your browser
  • Make sure you are signed into the account to attend the meeting
  • Open the run.bat and set the paths

    • First Path - "Path to where python is located"
    • Second Path - "Path to where the main.py is located"
  • Run the run.bat to run the batch file

    Alternatively you can also run the main.py for the same result but run.bat is preferred

For Slower computers/laptops :

  • By default, will work on all PCs without any error
  • Just in case, increase the timer
  • Increase the time.sleep value until it matches your PC

How to contribute

  • Create an issue
  • Create a pull request
  • If you wanna make a GUI out of this

For any bugs/fixes:

Please create an issue in this repo and I'll try to fix it as soon as I can

Upcoming Updates:

  • New GUI Interface for the inputs instead of CLI
  • Automation to create a task in the Task Scheduler for running the Script
  • Create an exe out of this when GUI added.

Have Fun Lazy People

Drop a ⭐ if you're gonna sleep peacefully

About

Another simple automation script to join all the boring meetings/classes in Google Meet, while sleeping. This too is for all the lazy peeps who are dreading the morning classes.

License:MIT License


Languages

Language:Python 95.8%Language:Batchfile 4.2%