{"id":18351336,"url":"https://github.com/kevinarce/meet_automation","last_synced_at":"2025-06-21T01:34:42.649Z","repository":{"id":197785551,"uuid":"699330834","full_name":"KevinArce/meet_automation","owner":"KevinArce","description":"This Python script allows you to automatically open Google Chrome and join a Google Meet link at a specified time and on specific days of the week using the schedule and pyautogui libraries.","archived":false,"fork":false,"pushed_at":"2023-10-02T13:52:12.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T00:45:28.564Z","etag":null,"topics":["automation","google","meet","python"],"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/KevinArce.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":"2023-10-02T12:27:30.000Z","updated_at":"2023-10-02T14:10:23.000Z","dependencies_parsed_at":"2023-10-02T16:34:09.864Z","dependency_job_id":null,"html_url":"https://github.com/KevinArce/meet_automation","commit_stats":null,"previous_names":["kevinarce/meet_automation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KevinArce/meet_automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinArce%2Fmeet_automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinArce%2Fmeet_automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinArce%2Fmeet_automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinArce%2Fmeet_automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KevinArce","download_url":"https://codeload.github.com/KevinArce/meet_automation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KevinArce%2Fmeet_automation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261046773,"owners_count":23102328,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["automation","google","meet","python"],"created_at":"2024-11-05T21:30:22.518Z","updated_at":"2025-06-21T01:34:37.629Z","avatar_url":"https://github.com/KevinArce.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automated Google Meet Link Opener and Joiner\n\nThis Python script allows you to automatically open Google Chrome and join a Google Meet link at a specified time and on specific days of the week using the `schedule` and `pyautogui` libraries.\n\n## Prerequisites\n\nBefore you can run this script, make sure you have Google Chrome installed on your system. Additionally, you'll need to install the `schedule` and `pyautogui` libraries using `pip`:\nYou can do this by following these steps:\n\n1. Create a virtual environment:\n\n```bash\npython -m virtualenv .\n```\n\n2. Activate the virtual environment (on Windows):\n\n```bash\n.\\Scripts\\activate\n```\n\n3. Install the `schedule` and `pyautogui` library:\n\n```bash\npip install schedule pyautogui\n```\n\n## Usage\n\n1. Clone this repository to your local machine or download the script.\n\n2. Edit the script to replace `'YOUR GOOGLE MEET LINK'` with the actual Google Meet meeting URL you want to open.\n\n3. Customize the scheduling by modifying the `schedule.every()` lines. By default, the script is set to open the Google Meet link every Tuesday to Friday at 8 AM. You can adjust the days and time to meet your specific needs.\n\n4. Run the script:\n\npython meeting_scheduler.py\n\nThe script will run in the background and automatically open the Google Meet link at the scheduled times.\n\n## Contributing\n\nIf you would like to contribute to this project, feel free to fork the repository and submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinarce%2Fmeet_automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinarce%2Fmeet_automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinarce%2Fmeet_automation/lists"}