{"id":28194184,"url":"https://github.com/lopinx/sogouzz-submit","last_synced_at":"2025-09-06T08:47:48.095Z","repository":{"id":287576992,"uuid":"965166368","full_name":"lopinx/sogouzz-submit","owner":"lopinx","description":"搜狗站长链接自动化提交","archived":false,"fork":false,"pushed_at":"2025-04-29T02:03:33.000Z","size":79,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-16T13:11:44.017Z","etag":null,"topics":["automation","rpa","seo","seotools","sogou","webmaster"],"latest_commit_sha":null,"homepage":"https://www.lopins.cn","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/lopinx.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}},"created_at":"2025-04-12T15:02:21.000Z","updated_at":"2025-05-15T11:44:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d1db6ed-0583-447c-aba4-f8bc58f79ba9","html_url":"https://github.com/lopinx/sogouzz-submit","commit_stats":null,"previous_names":["lopinx/sogouzz-submit"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lopinx/sogouzz-submit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopinx%2Fsogouzz-submit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopinx%2Fsogouzz-submit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopinx%2Fsogouzz-submit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopinx%2Fsogouzz-submit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lopinx","download_url":"https://codeload.github.com/lopinx/sogouzz-submit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lopinx%2Fsogouzz-submit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267117268,"owners_count":24038640,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","rpa","seo","seotools","sogou","webmaster"],"created_at":"2025-05-16T13:11:36.983Z","updated_at":"2025-07-26T04:32:40.836Z","avatar_url":"https://github.com/lopinx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/lopinx/sogouzz-submit\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.lightpanda.io/assets/images/logo/lpd-logo.png\" alt=\"Logo\" height=170\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003e搜狗站长链接自动化提交\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/lopinx/sogouzz-submit\"\u003eSogou AutoLink Submission Tool\u003c/a\u003e\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![SogouzzSubmit](https://img.shields.io/github/stars/lopinx/sogouzz-submit)](https://github.com/lopinx/sogouzz-submit)\n[![Playwright](https://img.shields.io/github/stars/lightpanda-io/browser)](https://github.com/microsoft/playwright-python)\n[![Ddddocr](https://img.shields.io/github/stars/sml2h3/ddddocr)](https://github.com/sml2h3/ddddocr)\n\n\u003c/div\u003e\n\n---\n\n### 快速上手\n\n- 1. 安装并启动 Lightpanda 服务或者本地开启Debugger模式（Win+R）： \n\n``` bash\ncurl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux \\\n\u0026\u0026 sudo mv lightpanda /usr/local/bin/ \\\n\u0026\u0026 sudo chmod a+x /usr/local/bin/lightpanda \\\n\u0026\u0026 echo 'export LIGHTPANDA_DISABLE_TELEMETRY=true' | sudo tee -a /etc/profile \u0026\u0026 sudo sh -c 'source /etc/profile' \\\n\u0026\u0026 nohup lightpanda serve --host 0.0.0.0 --port 9222 \u003e /dev/null 2\u003e\u00261 \u0026 exit\n```\n\n``` powershell\n# Windows Desktop开启Chrome浏览器Debugger模式\nchrome.exe --headless=new --remote-debugging-port=39222\n# Windows Desktop开启Edge浏览器Debugger模式\nmsedge.exe --headless=new --remote-debugging-port=39333\n# Linux Desktop开启Chrome浏览器Debugger模式\ngoogle-chrome --headless=new --remote-debugging-port=39222\n# Linux Desktop开启Edge浏览器Debugger模式\nmicrosoft-edge --headless=new --remote-debugging-port=39333\n```\n\n- 2. 安装依赖：`uv sync`\n\n- 3. 运行程序：`uv run python main.py`\n\n- 4. 打包EXE：`uv run pyinstaller main.spec`\n\n### 项目版本\n\n``` python\n# -*- coding: utf-8 -*-\n__author__ = \"https://github.com/lopinx\"\n__version__ = \"1.1.0\"\n# =====================================================================================================================\n```\n\n### 环境模块\n\n``` bash\nSAST v0.1.0\n├── ddddocr v1.5.6\n│   ├── numpy v2.2.4\n│   ├── onnxruntime v1.21.0\n│   │   ├── coloredlogs v15.0.1\n│   │   │   └── humanfriendly v10.0\n│   │   │       └── pyreadline3 v3.5.4\n│   │   ├── flatbuffers v25.2.10\n│   │   ├── numpy v2.2.4\n│   │   ├── packaging v24.2\n│   │   ├── protobuf v6.30.2\n│   │   └── sympy v1.13.3\n│   │       └── mpmath v1.3.0\n│   ├── opencv-python-headless v4.11.0.86\n│   │   └── numpy v2.2.4\n│   └── pillow v11.1.0\n└── playwright v1.51.0\n    ├── greenlet v3.1.1\n    └── pyee v12.1.1\n        └── typing-extensions v4.13.1\n```\n\n### 配置文档：\n\n``` json\n{\n    \"websites\": [\n        {\n            \"username\": \"lopins\",\n            \"password\": \"lk=Ls:+8\u003e)?!ap/D\",\n            \"sitemap\": \"https://bug.wenyix.cn/sitemap.xml\"\n        },\n        {\n            \"username\": \"lopins\",\n            \"password\": \"lk=Ls:+8\u003e)?!ap/D\",\n            \"sitemap\": \"https://www.kundabc.com/sitemap.xml\"  \n        }\n    ],\n    \"backend\": \"https://zhanzhang.sogou.com/\",\n    \"captcha\": 10,\n    \"cdpserver\": [\"wss://cloud.lightpanda.io/ws?token=5341furiqax9ltwz0bp2ecogvsnykmdh687j7okg2fnq1fsat8qk7x31gog98kps\"],\n    \"readme\": \"配置文件简洁易懂！captcha为验证码最大尝试次数，cdpserver为CDP服务器地址\",\n}\n```\n\n### CDP服务器\n\n- [lightpanda-io/browser](https://github.com/lightpanda-io/browser)\n\n- [CDP服务器申请](https://lightpanda-io)\n\n### 许可协议\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flopinx%2Fsogouzz-submit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flopinx%2Fsogouzz-submit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flopinx%2Fsogouzz-submit/lists"}