{"id":29510847,"url":"https://github.com/rrrrrede1/playwright-chrome-kit","last_synced_at":"2026-04-20T11:08:51.874Z","repository":{"id":290725453,"uuid":"975363691","full_name":"rrrrrede1/playwright-chrome-kit","owner":"rrrrrede1","description":"集成了便携版 Google Chrome 和 Playwright 的自动化环境包","archived":false,"fork":false,"pushed_at":"2026-02-23T08:44:57.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-23T17:50:42.780Z","etag":null,"topics":["automation","chrome","chromium","playwright","python","python-automation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rrrrrede1.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-30T07:38:05.000Z","updated_at":"2025-04-30T08:50:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"2cbbd39e-3e72-4526-a0a4-884b045d5cfd","html_url":"https://github.com/rrrrrede1/playwright-chrome-kit","commit_stats":null,"previous_names":["rrrrrede1/playwright-chrome-kit"],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/rrrrrede1/playwright-chrome-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrrrrede1%2Fplaywright-chrome-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrrrrede1%2Fplaywright-chrome-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrrrrede1%2Fplaywright-chrome-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrrrrede1%2Fplaywright-chrome-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rrrrrede1","download_url":"https://codeload.github.com/rrrrrede1/playwright-chrome-kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrrrrede1%2Fplaywright-chrome-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32044343,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T10:33:29.490Z","status":"ssl_error","status_checked_at":"2026-04-20T10:32:30.107Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","chrome","chromium","playwright","python","python-automation"],"created_at":"2025-07-16T09:02:31.692Z","updated_at":"2026-04-20T11:08:51.857Z","avatar_url":"https://github.com/rrrrrede1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Google Chrome + Playwright 自动化环境包\n\n这是一个集成了便携版 Google Chrome 和 Playwright 自动化环境的项目模板。\n\n使用了 https://github.com/zzp198/Google-Chrome-Portable 的自动封装方法。\n\n## 项目结构\n\n   ```bash\nproject/\n├── application/\n│   ├── Chrome/         # Chrome 主程序\n│   ├── UserData/       # 用户数据文件夹\n│   └── start.bat       # 启动脚本\n├── environment.yml     # Conda 环境配置\n├── browser.py          # 基本页面操作类 \n├── example.py          # 示例脚本 \n└── README.md\n   ```\n   \n这个项目现在包含了：\n- 便携版原版 Google Chrome（不是 Chromium）\n- 独立的用户数据目录\n- 启动脚本\n- Conda 环境配置文件（包含 Playwright）\n- 使用样例\n\nGitHub Actions 会：\n- 每周自动更新 Chrome 到最新版本\n- 保持 Playwright 和其他依赖的更新\n- 生成新的便携版 Chrome 包\n\n您可以直接使用这个模板来开发基于 **原版 Google Chrome** 的自动化脚本\n\n## 使用说明\n\n1. 启动 Chrome：\n   - 双击 `application/start.bat` 即可启动便携版 Chrome\n   - 所有用户数据将保存在 `UserData` 文件夹中\n\n2. 配置开发环境：\n   ```bash\n   conda env create -f environment.yml\n   conda activate chrome-automation\n   ```\n\n## 注意事项\n   - UserData 文件夹用于存储浏览器配置、书签等数据\n   - 首次运行时会自动创建配置文件\n\n# 许可证\n\n本项目采用 **[GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0.html)** 许可证，任何人都可以自由使用、修改和分发本项目的代码，但有以下限制：\n\n1. 你必须将所有修改的代码以相同的 AGPL 许可证开源\n2. 如果你在网络服务中运行该项目的修改版，必须向所有访问该服务的用户提供源代码\n\n详见 [LICENSE 文件](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrrrrede1%2Fplaywright-chrome-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frrrrrede1%2Fplaywright-chrome-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrrrrede1%2Fplaywright-chrome-kit/lists"}