Skip to content

running a Python script that automates participation in a Google Meet video conference

License

Notifications You must be signed in to change notification settings

peterxcli/google-meet-auto-attend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Run Successfully, Follow These Steps

1. install the required modules

pip install -r requirements.txt

2. modify information to your own

  • demo.py - line 30-35
  • meet_url : change it to yout meeting room url
  • mail_address, password : fill with your google account
  • target : customize the react to each the key words in this dicttionary , you can add multiple options in it
  • outputmessage : default message that you want to send if key words were detected

3. run demo.py

python3 demo.py
  • if it doesnt work, try running with your own way

Appendix

chrome driver doesnt work?

  • maybe your os or version isnt different to mine
  • go download point and replace the chromedriver.exe to the new one

another problem

  • if you occur any error please raise an issuse on this github repository and let me know

current bug or problem

  1. sometimes it would miss some button and fail to run completely
    • current solution - just run again
  2. save the author's poor english!
    • current solution - report grammer error in this tutorial
  3. if you have any solution or innovative way to improve this repository
    • current solution - raise an issuse and let me know

About

running a Python script that automates participation in a Google Meet video conference

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages