init: Pinterest 关键词图片爬取工具 (CDP 连接本地浏览器)

This commit is contained in:
yeuimu
2026-08-22 15:03:00 +08:00
commit dd6065bc66
5 changed files with 1059 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[project]
name = "pinterest-scraper"
version = "0.1.0"
description = "Pinterest 关键词图片爬取工具,通过 CDP 连接本地浏览器"
requires-python = ">=3.10"
dependencies = [
"playwright>=1.40",
"aiohttp>=3.9",
"aiofiles>=23.0",
]
[tool.uv]
package = false