{"id":23357302,"url":"https://github.com/hargikas/latest-chromedriver","last_synced_at":"2026-05-03T18:33:51.439Z","repository":{"id":38307641,"uuid":"505333941","full_name":"hargikas/latest-chromedriver","owner":"hargikas","description":"Download the ChromeDriver based on Google Chrome version","archived":false,"fork":false,"pushed_at":"2024-04-01T06:12:19.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T09:25:56.568Z","etag":null,"topics":["chrome-browser","chromedriver","darwin","linux","python","selenium","windows"],"latest_commit_sha":null,"homepage":"","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/hargikas.png","metadata":{"files":{"readme":"README.md","changelog":"change_version.py","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-20T07:15:03.000Z","updated_at":"2023-01-31T19:58:01.000Z","dependencies_parsed_at":"2023-01-25T12:10:10.688Z","dependency_job_id":null,"html_url":"https://github.com/hargikas/latest-chromedriver","commit_stats":null,"previous_names":["hargikas/auto-chromedriver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hargikas/latest-chromedriver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hargikas%2Flatest-chromedriver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hargikas%2Flatest-chromedriver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hargikas%2Flatest-chromedriver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hargikas%2Flatest-chromedriver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hargikas","download_url":"https://codeload.github.com/hargikas/latest-chromedriver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hargikas%2Flatest-chromedriver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30346545,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["chrome-browser","chromedriver","darwin","linux","python","selenium","windows"],"created_at":"2024-12-21T10:20:02.611Z","updated_at":"2026-03-10T18:06:54.148Z","avatar_url":"https://github.com/hargikas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Latest ChromeDriver\n\nThe `latest_chromedriver` is a module for python scripts in order to find the correct version of the ChromeDriver depending on Google Chrome version.\n\n## Purpose\n\nThe purpose of this module is not to be deployed to live system like webservers or similar.\n\nThis module is intended for use in scripts that are running on different client machines, where Google Chrome could be in different versions or auto updated.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local. Currently there are three systems supported:\n\n* [Windows](https://en.wikipedia.org/wiki/Microsoft_Windows)\n* [Linux](https://en.wikipedia.org/wiki/Linux)\n* [Darwin](https://en.wikipedia.org/wiki/Darwin_(operating_system))\n\n### Example Usage\n\n```python\nimport latest_chromedriver\n\nlatest_chromedriver.safely_set_chromedriver_path()\n```\n\nIf `Google Chrome` is installed in a different location:\n\n```python\nimport latest_chromedriver\n\nlatest_chromedriver.safely_set_chromedriver_path(chrome_path='/adhoc/locatation/googe-chrome')\n```\n\nIf `chromedriver` needs to be installed in a different location:\n\n```python\nimport latest_chromedriver\n\nlatest_chromedriver.safely_set_chromedriver_path(chromedriver_folder='/tmp')\n```\n\n### Prerequisites\n\nIn order to install this module you need to have:\n\n* Google Chrome\n* Python \u003e= 3\n\n### Installation\n\nInstall `latest-chromedriver` with [pip](https://pip.pypa.io)\n\n```shell\npython -m pip install latest-chromedriver\n```\n\n## Built With\n\n* [logzero](https://logzero.readthedocs.io/en/latest/) - A simple library for easy logging (could change it to standard logging module)\n* [requests](https://requests.readthedocs.io/en/latest/) - Requests is an elegant and simple HTTP library for Python, built for human beings\n* [ubelt](https://ubelt.readthedocs.io/en/latest/ubelt.html) - A “utility belt” of commonly needed utility and helper functions\n* [py-cpuinfo](https://github.com/workhorsy/py-cpuinfo) - Gets CPU info with pure Python\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://github.com/hargikas/latest-chromedriver/blob/main/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Authors\n\n* **Charalampos Gkikas** - *Initial work* - [hargikas](https://github.com/hargikas)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/hargikas/latest-chromedriver/blob/main/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhargikas%2Flatest-chromedriver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhargikas%2Flatest-chromedriver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhargikas%2Flatest-chromedriver/lists"}