{"id":17687936,"url":"https://github.com/pixincreate/wedrivechef","last_synced_at":"2026-05-16T18:34:09.124Z","repository":{"id":61981556,"uuid":"556827655","full_name":"pixincreate/WeDriveCheF","owner":"pixincreate","description":"Automated Web Driver Checker and Fetcher for Selenium Python implementation","archived":false,"fork":false,"pushed_at":"2022-11-05T19:27:38.000Z","size":7913,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T13:02:07.324Z","etag":null,"topics":["automation","pixincreate","python","selenium","selenium-webdriver","webdriver","webdriver-automation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pixincreate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-24T15:33:41.000Z","updated_at":"2022-11-08T04:14:08.000Z","dependencies_parsed_at":"2022-10-24T16:45:17.657Z","dependency_job_id":null,"html_url":"https://github.com/pixincreate/WeDriveCheF","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pixincreate/WeDriveCheF","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2FWeDriveCheF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2FWeDriveCheF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2FWeDriveCheF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2FWeDriveCheF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixincreate","download_url":"https://codeload.github.com/pixincreate/WeDriveCheF/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2FWeDriveCheF/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33114287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"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":["automation","pixincreate","python","selenium","selenium-webdriver","webdriver","webdriver-automation"],"created_at":"2024-10-24T11:23:45.854Z","updated_at":"2026-05-16T18:34:09.110Z","avatar_url":"https://github.com/pixincreate.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Driver Checker and Fetcher [WeDriveCheF]\n### (Suggest a better name, thanks!)\n\nAs the title says, this tiny module's only job is to check for suitable `web_driver` on your PC for ease of use.\n\n## Usage:\n- Before using make sure you run the `requirements.txt` by using the command:  \n`pip install -r requirements.txt`\n```python\n# Enter your URL here or directly inside the `get` function\nURL = \"https://pixincreate.github.io\"\n\n# Call the webdriver on your code by typing the below command\n# This assigns the suitable driver found on your PC\n\n# Put head_mode as `headless` if you want it to be headless,\n# Else, give it any random value within quotes.\ndriver = web_driver(head_mode)\n\n# Web driver opens up the link with desired head_mode in incognito / private mode. \ndriver.get(URL)\n\n# Make sure you use the below command once you're done with your work, else\n# it'll remain active in the background drain battery and memory\ndriver.quit()\n```\n## Working:\n- When you call the function `web_driver` and assign it to a `driver`, it initially goes through all your installed applications\n  - No need to worry, none of your data is transmitted\n- It checks for these below given browsers:\n  - Brave \n  - Brave Nightly\n  - Firefox\n  - Google Chrome (I don't recommend using it as it is found to be insecure based on numerous reports and it is a threat to user-privacy)\n-  If the browser is Brave, it assigns its binary file, if chrome or firefox, raises a flag as they're natively supported by `selenium`\n- Depending on the browser type, the `driver` is assigned with `incognito/private` as the argument\n  - In case, the driver doesn't exist or outdated, it automatically opens up the default web browsers to download the latest `web_driver.exe` file (you've to download this manually!)\n- This `driver` is then returned to the `calling function / method` which later calls for the URL.\n\n## Requirements:\n- Operating System: Windows _(Tested only on Windows)_\n- Python Version: `3.5+` (`3.10+` preferred)\n- Packages Required: WinApps, Selenium (Get's installed upon running `requirements.txt`)\n\n## LICENSE:\nThis repo come under _CC0 1.0 Universal_ copyrighted to `pixincreate`. Click [_here_](https://github.com/pixincreate/WeDriveCheF/blob/main/LICENSE.md) to learn more about the permissions offered by this license!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixincreate%2Fwedrivechef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixincreate%2Fwedrivechef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixincreate%2Fwedrivechef/lists"}