{"id":21974315,"url":"https://github.com/5olitude/googlemeetbot","last_synced_at":"2026-03-09T03:35:18.214Z","repository":{"id":201470336,"uuid":"268989598","full_name":"5olitude/googlemeetbot","owner":"5olitude","description":"A simple Google meet bot so the bot can attend classes for you.","archived":false,"fork":false,"pushed_at":"2020-10-24T04:13:06.000Z","size":29,"stargazers_count":59,"open_issues_count":2,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-20T09:45:38.899Z","etag":null,"topics":["bot","chrome-driver","gmail-login","google-meet","googlemeet","headless-chrome","headless-firefox","mozilla-firefox","python3","selenium-webdriver","webdriver"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/5olitude.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-06-03T04:31:34.000Z","updated_at":"2025-06-18T16:58:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"8327fd9a-631f-48b0-987f-995e7ca8012b","html_url":"https://github.com/5olitude/googlemeetbot","commit_stats":null,"previous_names":["5olitude/googlemeetbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/5olitude/googlemeetbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5olitude%2Fgooglemeetbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5olitude%2Fgooglemeetbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5olitude%2Fgooglemeetbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5olitude%2Fgooglemeetbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5olitude","download_url":"https://codeload.github.com/5olitude/googlemeetbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5olitude%2Fgooglemeetbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30281584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bot","chrome-driver","gmail-login","google-meet","googlemeet","headless-chrome","headless-firefox","mozilla-firefox","python3","selenium-webdriver","webdriver"],"created_at":"2024-11-29T15:41:25.435Z","updated_at":"2026-03-09T03:35:18.193Z","avatar_url":"https://github.com/5olitude.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# google meet bot 🤖\n\nA simple Google meet bot so the bot can attend classes for you.\n \n## REQUIREMENTS\n      $ pip3 install selenium\n      $ pip3 install pause\n      $ pip3 install pynput\n  I encourage you to work on a virtual enviornment like anaconda\n  \n### My Test Cases\n\n* Firstly I work with with the selenium chrome-driver and uses chromium as the interface =  WORKS \n* Secondly I tested on a headless chrome = BUG \n* Mozilla headless driver works fine in mozilla firefox = WORKS\n\n## Advantages of headless drivers?\n   \n   The program runs in background until you have a good internet connection and power . It never requires mozilla tab to be     opened . I really worked on chrome-headless but some bugs reported while running so i switched into the mozilla-headless it works cool .\n   \n### CODES\n  * chromium.py\n  * mozilla.py\n  \n#### Working of chromium.py\n  \n  \n  * You can uncomment the pause.until in the chromium.py ie you can set the time and execute when to start the program\n  \n  * Replace the usernameStr and passwordStr with your gmailid and password\n  \n  * Replace the url meet with the meeting id\n  \n  * There are certain permissions to use our media by google meet i just blocked it all (micrphone and webcam) and set to a default value of 2(block) and 1(unblock)\n  \n  *In the last line before pause if you are a student in an organization replace the 'ask to join' with 'Join now'\n  ##### note please: i tested on a chromium browser\n \n### Working  of mozilla.py \n\n * The cool headless functionality i implemeted her and it works pretty well there are more options like --disable gpu \n \n *  You want to install geckodriver before executing\n     \n         # conda install -c conda-forge geckodriver\n  \n * The headless option makes the program to run in background .even if the program terminated  we will be the particpants in the  meeting\n  \n * The permission parameters are little different than in chrome-driver\n  \n# How to run the program effectively?\n  \n  * If you deploy it in a cloud then the fun begins you dont have to bother about the internet ,time and other stuffs .\n  \n  * If more than one meeting id or classes just use the sys arguments or argparse and pass the id as parameters 😀 cool \n  \n  * Some helpfull link how to deploy a headless chrome in goole cloud platform i found in internet? \n  \n  https://dev.to/googlecloud/using-headless-chrome-with-cloud-run-3fdp\n  \n  * if you search for mozilla deploy you can find it too\n  \n   * you can also deploy in heroku too \n ### HOW TO FIRE THE SCRIPT?\n      for chromium browser\n      \n     # python3 chromium.py \n     \n      for mozilla headless. if you want to see mozilla opening just uncomment the headless\n      \n     # python3 mozilla.py\n  \n### HAVE A NICE DAY  ☕\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5olitude%2Fgooglemeetbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5olitude%2Fgooglemeetbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5olitude%2Fgooglemeetbot/lists"}