{"id":15043948,"url":"https://github.com/shawncaza/python-chromedriver-autoupdater","last_synced_at":"2025-09-29T07:32:08.653Z","repository":{"id":183859248,"uuid":"668975597","full_name":"shawnCaza/python-chromedriver-autoupdater","owner":"shawnCaza","description":"The chromedriver auto upddater for distribution.","archived":false,"fork":true,"pushed_at":"2023-08-27T04:31:52.000Z","size":53,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T13:27:25.813Z","etag":null,"topics":["browser-automation","browser-driver","chrome","chromedriver"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/chromedriver-autoupdater/","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"yeongbin-jo/python-chromedriver-autoinstaller","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shawnCaza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-21T03:50:19.000Z","updated_at":"2024-01-22T17:15:05.000Z","dependencies_parsed_at":"2023-08-26T07:37:13.969Z","dependency_job_id":null,"html_url":"https://github.com/shawnCaza/python-chromedriver-autoupdater","commit_stats":null,"previous_names":["shawncaza/python-chromedriver-autoinstaller","shawncaza/python-chromedriver-autoupdater"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawnCaza%2Fpython-chromedriver-autoupdater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawnCaza%2Fpython-chromedriver-autoupdater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawnCaza%2Fpython-chromedriver-autoupdater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shawnCaza%2Fpython-chromedriver-autoupdater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shawnCaza","download_url":"https://codeload.github.com/shawnCaza/python-chromedriver-autoupdater/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234600846,"owners_count":18858545,"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":["browser-automation","browser-driver","chrome","chromedriver"],"created_at":"2024-09-24T20:49:51.778Z","updated_at":"2025-09-29T07:32:08.336Z","avatar_url":"https://github.com/shawnCaza.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chromedriver-autoinstaller\nAutomatically download and install [chromedriver](https://chromedriver.chromium.org/) that supports the currently installed version of chrome. This installer supports Linux, MacOS and Windows operating systems.\n\n## Installation\n\n```bash\npip install chromedriver-autoinstaller\n```\n\n## Usage\nJust type `import chromedriver_autoinstaller` in the module you want to use chromedriver.\n\n## Example\n```\nfrom selenium import webdriver\nimport chromedriver_autoinstaller\n\n\nchromedriver_autoinstaller.install()  # Check if the current version of chromedriver exists\n                                      # and if it doesn't exist, download it automatically,\n                                      # then add chromedriver to path\n\ndriver = webdriver.Chrome()\ndriver.get(\"http://www.python.org\")\nassert \"Python\" in driver.title\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshawncaza%2Fpython-chromedriver-autoupdater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshawncaza%2Fpython-chromedriver-autoupdater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshawncaza%2Fpython-chromedriver-autoupdater/lists"}