init: Pinterest 关键词图片爬取工具 (CDP 连接本地浏览器)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user