A simple python script that uses selenium(chrome web driver),pyautogui,time and schedule modules to enter google meets automatically

Related tags

Testinggoogle-meeter
Overview

Google-meeter

A simple python script that uses selenium(chrome web driver),pyautogui,time and schedule modules to enter google meets automatically.

Contributor

Note-This might not work on linux or mac, i haven't tested the script on linux or mac.I suggest having a fast internet :)

Dependencies-

  • python
  • pip
  • chrome-driver/webdriver

Pip Modules-

  • selenium for python
  • pyautogui
  • schedule
  • time

Installing the Dependencies

Python

  1. First you have to go to python's downloads page.
  2. After that you have to click the Download button which downloads the setup file for python.
  3. You have to check if the option "Add python(version) to path" is ticked.
  4. I recommend you do "Install now".
  5. After that it will ask you to input the admin password.
  6. You have successfully installed Python 😃 .

This is an image of the setup file

Pip

  1. Pip is already preinstalled when you had installed python correctly.
  2. Then check if pip is installed by searching command prompt on windows and then type "pip help" and enter if it shows up like this that means it is installed:

This is an image of the command prompt which ran

  1. Now do "pip install selenium pyautogui schedule time" and enter.
  2. This might take some time downloading.
  3. If it says "WARNING: You are using pip version (version); however, version (version) is available. You should consider upgrading via the 'C:\Python310\python.exe -m pip install --upgrade pip' command".You can upgrade if you want but it is not compulsory.
  4. You have successfully installed the pip modules 😃 .

Chrome-driver/webdriver

  1. First you have to know the chrome version of you browser by clicking the three dots at the top right.
  2. Then hover to help then click about google chrome.
  3. If you did it correctly it will showup like this: This is an image of the chrome version tab
  4. Notedown the version.
  5. Then go to chromium.org downloads
  6. Then look for the version you taken note of in step 4 and then click and choose chromedriver_win32.zip.
  7. Then i recommend moving chromedriver_win32.zip to documents and extract it BUT DONT CLICK THE EXE FILE AFTER EXTRACTION.
  8. You have succesfully installed the chrome-driver.

Configuration

  1. Now that all the dependencies are finished you can now download the zip file of this repository.
  2. Move it to the documents folder.
  3. Then extract the file which has 3 python files named main_google_meeter.py,google_meeter_back_end and Google_meets.py.

main_google_meeter.py-

  • This is the main file,You have to run this in order to run the full 3 files.

google_meeter_back_end.py

  • This is the backend of the programme
  • You have to put your gmail and password into the programme by writing user=("your gmail account name") and pass=("the password of the gmail account") it wil be at the top of the file.
  • I recommend to not touch anything in this file so it wont break,If you know what you are doing feel free 👍 .

Google_meets.py

  • This is where you put the links you want to join.
  • It will be in an order from the first link to the last link in corresponding with time.

Running it

  1. Search idle in windows search then open it.
  2. After that press file at the top left and click open.
  3. Then go to the documents folder where all the google meeter files and chromedriver.exe are.
  4. Then open main_google_meeter.py.
  5. Repeat 1st,2nd and 3rd step and this time open Google_meets.py and configure the links and save the file.
  6. Configure the links in Google_meets.py and run the main_google_meeter.py by clicking run at the top and press run module(f5).
  7. Then it will ask you for the time of the 5 meetings it is in 24 hours time(Example:-"09:00 which means 9am" while "21:00 means 9pm")
  8. After that you just wait and the programme will do the job for you

The options after running main_google_meeter.py

  1. Fast option-

  • This option helps you to manually give the programme the time in 24 hours for which the meeting occurs
  • The place to give the time is in the console which it will prompt you
  • This asks 5 meeting times from first to last
  1. Default option-

  • This is a feature for school students
  • You can configure part from line 24 to line 28 by just replacing the values(Example:-schedule.every().day.at("08:30").do(meet1) you can just change the "8:30 in this case so it becomes-schedule.every().day.at("09:00").do(meet1) which will tell the programme to open the google meet at that time

IF your account has 2FA (2 Factor Authenthication)

  • You only need to do this if you have errors
  • You might run the program and wait for it to reach the 2FA confirmation page
  • Now Stop the program And Add your Account
  • Close the windows or application and restart the program
  • (we are bringing an update for this but you should wait D:)
  • AGAIN am mentioning, you only need to do this if you have errors after 2fa page

Windows FireWall Issue

  • Windows FireWall may give a pop up about "Windows firewall blocked some features of a app :- python"
  • There is no worry about it, its just python (we wont hack you or something)
  • No need to allow and close the windows firewall pop up
  • And then you can continue the program will run all fine

Congratualtions You Did It :)

Now wait for the programme to start,Enjoy Star the repo :) 🌠

pepe happy

I will Update the Programme when Needed :).

messages from kallil6454:

  • How to get lazier definition
  • why did we make this, we are making things more complex like its just click link off cam and mic and join instead of putting stuffs in correct file and adding time and the intense waiting and then joining in-
Based on the selenium automatic test framework of python, the program crawls the score information of the educational administration system of a unive

whpu_spider 该程序基于python的selenium自动化测试框架,对某高校的教务系统的成绩信息实时爬取,在检测到成绩更新之后,会通过电子邮件的方式,将更新的成绩以文本的方式发送给用户,可以使得用户在不必手动登录教务系统网站时,实时获取成绩更新的信息。 该程序仅供学习交流,不可用于恶意攻

1 Dec 30, 2021
A cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard.

PyAutoGUI PyAutoGUI is a cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard. pip inst

Al Sweigart 7.5k Dec 31, 2022
Getting the most out of your hobby servo

ServoProject by Adam Bäckström Getting the most out of your hobby servo Theory The control system of a regular hobby servo looks something like this:

209 Dec 20, 2022
API Test Automation with Requests and Pytest

api-testing-requests-pytest Install Make sure you have Python 3 installed on your machine. Then: 1.Install pipenv sudo apt-get install pipenv 2.Go to

Sulaiman Haque 2 Nov 21, 2021
Run ISP speed tests and save results

SpeedMon Automatically run periodic internet speed tests and save results to a variety of storage backends. Supported Backends InfluxDB v1 InfluxDB v2

Matthew Carey 9 May 08, 2022
Pynguin, The PYthoN General UnIt Test geNerator is a test-generation tool for Python

Pynguin, the PYthoN General UnIt test geNerator, is a tool that allows developers to generate unit tests automatically.

Chair of Software Engineering II, Uni Passau 997 Jan 06, 2023
Front End Test Automation with Pytest Framework

Front End Test Automation Framework with Pytest Installation and running instructions: 1. To install the framework on your local machine: clone the re

Sergey Kolokolov 2 Jun 17, 2022
Load and performance benchmark tool

Yandex Tank Yandextank has been moved to Python 3. Latest stable release for Python 2 here. Yandex.Tank is an extensible open source load testing tool

Yandex 2.2k Jan 03, 2023
A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax

1.0 Release See here for details about breaking changes with the upcoming 1.0 release: https://github.com/taverntesting/tavern/issues/495 Easier API t

909 Dec 15, 2022
Python package to easily work with selenium and manage tabs effectively.

Simple Selenium The aim of this package is to quickly get started with working with selenium for simple browser automation tasks. Installation Install

Vishal Kumar Mishra 1 Oct 27, 2021
Main purpose of this project is to provide the service to automate the API testing process

PPTester project Main purpose of this project is to provide the service to automate the API testing process. In order to deploy this service use you s

4 Dec 16, 2021
Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.

WebTest This wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. This provides

Pylons Project 325 Dec 30, 2022
Spam the buzzer and upgrade automatically - Selenium

CookieClicker Usage: Let's check your chrome navigator version : Consequently, you have to : download the right chromedriver in the follow link : http

Iliam Amara 1 Nov 22, 2021
Testinfra test your infrastructures

Testinfra test your infrastructure Latest documentation: https://testinfra.readthedocs.io/en/latest About With Testinfra you can write unit tests in P

pytest-dev 2.1k Jan 07, 2023
fsociety Hacking Tools Pack – A Penetration Testing Framework

Fsociety Hacking Tools Pack A Penetration Testing Framework, you will have every script that a hacker needs. Works with Python 2. For a Python 3 versi

Manisso 8.2k Jan 03, 2023
ApiPy was created for api testing with Python pytest framework which has also requests, assertpy and pytest-html-reporter libraries.

ApiPy was created for api testing with Python pytest framework which has also requests, assertpy and pytest-html-reporter libraries. With this f

Mustafa 1 Jul 11, 2022
Multi-asset backtesting framework. An intuitive API lets analysts try out their strategies right away

Multi-asset backtesting framework. An intuitive API lets analysts try out their strategies right away. Fast execution of profit-take/loss-cut orders is built-in. Seamless with Pandas.

Epymetheus 39 Jan 06, 2023
Codeforces Test Parser for C/C++ & Python on Windows

Codeforces Test Parser for C/C++ & Python on Windows Installation Run pip instal

Minh Vu 2 Jan 05, 2022
Scalable user load testing tool written in Python

Locust Locust is an easy to use, scriptable and scalable performance testing tool. You define the behaviour of your users in regular Python code, inst

Locust.io 20.4k Jan 04, 2023