GithubHelp home page GithubHelp logo

prashanth-up / meet-automation Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 5.0 8 KB

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

Python 95.80% Batchfile 4.20%
automation google-meet pyautogui python-script

meet-automation's Introduction

Hi there ๐Ÿ‘‹

I try to make cool things out of code ๐Ÿ™‚

meet-automation's People

Contributors

prashanth-up avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

meet-automation's Issues

Browser cross-compatibilty

I noticed that this program tries to use chrome in the source code, but actually changing webbrowser.get(chrome_path).open(url) to webbrowser.open(url) makes this program work in firefox, and makes it work on linux. This might be a better solution than forcing chrome. I can submit a pull request if needed

Multiple Accounts

See i have my account and my school account. we have to use school account to join the meet so what should i do?

run.bat file bug/error.

Please add virtual env support for run.bat, for when the packages are installed on the venv, the run.bat file cannot find the installed packages, and creates error. Only solution to this right now, is to deactivate the virtual env and install the packages globally.

Line 43 bug.

As the new meet update is here, line 43 of the code is causing the program to error.
In the meeting_join() function, at the line 43, the for loop to press the key 'tab' should be changed now, because of the new web elements in the update.

for i in range(5) should be changed to for i in range(7) as the number of 'tabs' pressed is 7. and i personally added a time.sleep(0.2) between the 'tabs'.

@prashanth-up Hope you see this.
Thank you for the boost you gave in my lazyness. ๐Ÿ˜‚

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.