{"id":19123281,"url":"https://github.com/adistomar/chromedriver_autoinstall","last_synced_at":"2026-03-17T01:35:24.377Z","repository":{"id":57698425,"uuid":"503985438","full_name":"adistomar/chromedriver_autoinstall","owner":"adistomar","description":"Script to automatically install the ChromeDriver release compatible with the client's Chrome version.","archived":false,"fork":false,"pushed_at":"2024-05-21T05:38:39.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-19T12:17:57.605Z","etag":null,"topics":["autoinstall","autoinstaller","autoinstallscript","automation","chromedriver","script"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/chromedriver-autoinstall/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adistomar.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-16T02:28:10.000Z","updated_at":"2024-05-22T22:06:19.000Z","dependencies_parsed_at":"2024-05-21T06:46:44.248Z","dependency_job_id":"2c942ecf-9662-4808-94f0-e7643be44ad4","html_url":"https://github.com/adistomar/chromedriver_autoinstall","commit_stats":null,"previous_names":["adistomar/chromedriver_autoinstall","roastsea8/chromedriver_autoinstall"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adistomar%2Fchromedriver_autoinstall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adistomar%2Fchromedriver_autoinstall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adistomar%2Fchromedriver_autoinstall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adistomar%2Fchromedriver_autoinstall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adistomar","download_url":"https://codeload.github.com/adistomar/chromedriver_autoinstall/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243131728,"owners_count":20241283,"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":["autoinstall","autoinstaller","autoinstallscript","automation","chromedriver","script"],"created_at":"2024-11-09T05:24:58.181Z","updated_at":"2025-12-26T02:13:19.907Z","avatar_url":"https://github.com/adistomar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chromedriver_autoinstall\nAutomatically downloads the version of [ChromeDriver](https://chromedriver.chromium.org/downloads) compatible with the client's version of Chrome. Supports all versions of Chrome.\nCan be imported as a module and used to automatically reinstall ChromeDriver in its most updated/compatible version for any program that requires it.\n\n## Install:\n#### Python 3.6 or higher is required\n```shell\npip install chromedriver_autoinstall\n```\n\n## Usage:\n- To download chromedriver in the current directory, run `install_chromedriver`.\n- To use the autoinstaller as part of a program, write `import chromedriver_autoinstall` in your file. See the [example below](https://github.com/RoastSea8/chromedriver_autoinstall#readme) for this use case.\n\n## Quick Example:\n```py\nfrom selenium import webdriver\nimport chromedriver_autoinstall\nimport time\n\nURL = \"https://github.com/RoastSea8/chromedriver_autoinstall\"\n\ndef main():\n    chromedriver_autoinstall.install()\n    driver = webdriver.Chrome()\n    driver.get(URL)\n    time.sleep(1000)\n\nif __name__ == \"__main__\":\n    main()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadistomar%2Fchromedriver_autoinstall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadistomar%2Fchromedriver_autoinstall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadistomar%2Fchromedriver_autoinstall/lists"}